I am deploying my Prefect flows in Docker. I have the deployment deploying correctly, and when I create a job it is being picked up by a worker and running in Docker correctly. Two questions
• How do I change the docker networking to "host" for the running container (I want to be able to access a service locally on the same host)?
• How do I have the container delete itself after a run?