Docker export: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
* https://docs.docker.com/engine/reference/commandline/export/
=Internal=
=Internal=



Revision as of 18:27, 5 December 2017

External

Internal

Overview

Exports a container's file system as a tar archive.

docker export <container-id> -o /tmp/fs.tar

Both running and stopping containers can be exported this way.