deleted, everything will be gone, what happens to a database instance??
We have a web app with a postgres DB and it's running as a container along with other services. Where are those saved data now?? Is it inside the container and will be gone if we remove the container(not the image) or it's saved in a volume same as our external files(core app)??
Thank you
https://docs.docker.com
you can wire (share) directories between containers and hosts. Read up on volumes
Обсуждают сегодня