Difference between revisions of "Docker export"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
* [[List files]]: <code>[[docker export]] [[your-container]] | [[tar t]]</code>
 
* [[List files]]: <code>[[docker export]] [[your-container]] | [[tar t]]</code>
  
 +
Error response from daemon: No such container: image_instead_of_container
  
 
  cowardly refusing to save to a terminal. Use the -o flag or redirect
 
  cowardly refusing to save to a terminal. Use the -o flag or redirect

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

See also

Advertising: