Docker backup
From Do you speak Drupalish? Featured Drupal wiki-like documentation
Running container
-
you should also be able to export a running container. http://tuhrig.de/difference-between-save-and-export-in-docker/
Prefered method commit docker images
- preserve history and metadata with docker commit
- By default, the container being committed and its proce of creating the commit.
If this behavior is undesired, set the --pause option to false.via https://docs.docker.com/engine/reference/commandline/commit/