docker container export
docker container export
Description
Export a container’s filesystem as a tar archive
Usage
docker container export [OPTIONS] CONTAINER
Options
Name, shorthand | Default | Description |
---|---|---|
--output, -o | Write to a file, instead of STDOUT |
Parent command
Command | Description |
---|---|
docker container | Manage containers |
Examples
Export the contents of the container called angry_bell to a tar file called angry_bell.tar:
登录查看完整内容