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