wooden-football-67400
12/15/2022, 5:21 AM--net
flag to the flyte execution so that it can network to other containers using their name(e.g. https://<dockercontainername>:5000
) instead of the ip? Is there a better way of setting up mlflow instead of it having its own docker container that Is manually started using docker run
?tall-lock-23197
tall-lock-23197
freezing-airport-6809
freezing-airport-6809
wooden-football-67400
12/15/2022, 5:08 PMflytectl sandbox exec -- docker network create mynet
then i can start up the mlflow docker container using flytectl sandbox exec -- docker run --net mynet -it <mlflow docker name>
, Where I run the mlflow server and expose port 5000. I just want to pass that --net
parameter to flytectl create execution ...
somehow so i can communicate to the mlflow server by name.glamorous-carpet-83516
12/15/2022, 6:48 PMbroad-monitor-993
12/15/2022, 6:56 PMwooden-football-67400
12/15/2022, 7:35 PMglamorous-carpet-83516
12/15/2022, 8:05 PMglamorous-carpet-83516
12/15/2022, 8:05 PMwooden-football-67400
12/15/2022, 8:05 PMglamorous-carpet-83516
12/15/2022, 8:08 PMlimited-dog-47035
12/15/2022, 9:08 PM