mirror of https://github.com/docker/docs.git
12 lines
340 B
YAML
12 lines
340 B
YAML
command: docker container export
|
|
short: Export a container's filesystem as a tar archive
|
|
long: Export a container's filesystem as a tar archive
|
|
usage: docker container export [OPTIONS] CONTAINER
|
|
pname: docker container
|
|
plink: docker_container.yaml
|
|
options:
|
|
- option: output
|
|
shorthand: o
|
|
description: Write to a file, instead of STDOUT
|
|
|