-
Hi, From the documentation, if we want to choose the DockerContainer infrastructure in our deployment, it is mentioned that a docker engine must be present. I assume that the docker engine is local, side by side with the prefect server. How could I change the docker host so that it runs on another docker server? The docker host URL is not present in the DockerContainer block .. but may be there is a trick somewhere by changing some env variables + ssh keys? Tks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, I believe you can configure the docker daemon to use a specific host as described here : https://docs.docker.com/config/daemon/remote-access/ |
Beta Was this translation helpful? Give feedback.
Hi, I believe you can configure the docker daemon to use a specific host as described here : https://docs.docker.com/config/daemon/remote-access/
but I have no clue about how that will work with prefect 😅