realpython / orchestrating-docker

https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/
465 stars 154 forks source link

is data container needed? Why not just use a "volume"? #10

Open iDVB opened 7 years ago

iDVB commented 7 years ago

https://github.com/docker/compose/issues/4148

Seems like there is a way to do this without the need of a container? Are there benefits of using a container?