Difference between revisions of "Docker export"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
== See also == | == See also == | ||
− | * {{docker | + | * {{docker images}} |
[[Category:Docker]] | [[Category:Docker]] |
Latest revision as of 10:03, 26 April 2023
docker export
export a container’s filesystem as a tar archive
docker export container-name | gzip > container-name.gz docker export container-name > container-name.tar zcat container-name.gz | docker import - container-name
Error response from daemon: No such container: image_instead_of_container
cowardly refusing to save to a terminal. Use the -o flag or redirect
Related terms[edit]
See also[edit]
Advertising: