Difference between revisions of "Docker export"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
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
Line 22: Line 23:
  
 
== See also ==
 
== See also ==
* {{docker cmd}}
+
* {{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: