将docker镜像打包成tar.gz包

docker save -o web10.tar localhost:8000:1.0 

生成web10.tar

gzip web10.tar

生成web10.tar.gz

你可能感兴趣的:(docker,linux,运维)