How to save the image as a tar file by Docker
This article mainly introduces how Docker saves the image as a tar file, which has a certain reference value, and interested friends can refer to it. I hope you can learn a lot after reading this article.
Save the image as a tar file docker save image ID# save image iddocker tag 56d3dc08212d registry.chinadaas.com/pubilc/elasticsearch:6.3.0# save tag docker save-o elastic.tar.gz registry.chinadaas.com/pubilc/elasticsearch:6.3.0 thank you for reading this article seriously. I hope the article "how to save an image as an tar file by Docker" shared by the editor will be helpful to you, and I also hope you will support it. Pay attention to the industry information channel, more related knowledge is waiting for you to learn!