How can I backup a Docker-container with its data-volumes?
if I want to revert the container I can try to commit an image, and then later delete the container, and create a new container from the committed image. But if I do that the volume gets deleted and all my data is gone As the docker user guide explains, data volumes are meant to … Read more