Docker export

From NovaOrdis Knowledge Base
Revision as of 18:27, 5 December 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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.