Hi! I am wondering what the best practice is for using Docker with Prefect. I am currently using a VM on Azure as a Prefect Agent, and then I use DockerContainer as infrastructure. Would it not be better to run the agent in a dockercontainer directly, and use regular python process as infrastructure? Now there is a bit of setup to do to enable running the Prefect agent on a VM (install python/prefect etc.)