docker-export - Man Page

Export a container's filesystem as a tar archive

Synopsis

docker export [Options] CONTAINER

Description

Alias for docker container export.

Options

-h,  --help[=false]

help for export

-o,  --output=""

Write to a file, instead of STDOUT

See Also

docker(1)

Referenced By

docker-image-import(1).

May 2020 Docker Community