How do I get my Docker deployment to pick up /etc/hosts from the host when a flow is run? The contai...
d
How do I get my Docker deployment to pick up /etc/hosts from the host when a flow is run? The container's /etc/hosts file does not pick up the settings the same way as when I run
docker run ...
from the host. This is in a locally-hosted Prefect server environment.