Docker export

From NovaOrdis Knowledge Base
Revision as of 03:46, 5 December 2017 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

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.