Faheem Khan
07/31/2022, 3:39 AMprefect deployment build flows/hello.py:hello --name docker-custom --tag dev -sb s3/dev -ib docker-container/docker-custom-image
how do I expose the Port`8787` on docker-custom-image. I have configured volumes, networks on Docker Container block but didn't find any option about ports. I want to access Dask dashboard when I run flows from UI which spin up a separate container of my docker-custom-image.Anna Geller
07/31/2022, 9:04 AMFaheem Khan
07/31/2022, 10:02 AMdocker-custom-image
. temproary lacal dask cluster is launched inside the container by default.Anna Geller
07/31/2022, 1:27 PMKhuyen Tran
07/31/2022, 4:24 PMdocker container run -p 8787:8787
so that he can access the UI outside of the containerFaheem Khan
08/01/2022, 2:24 AM@flow(task_runner=DaskTaskRunner())
this flow will run by default temporary dask cluster inside the docker container which is started by the flow from UI so I can't expose the port.