docker導出導入鏡像

docker images
#導出,最後的hash爲鏡像id
docker save -o tomcat-img.tar 7bec7dec921a

#導入
docker load --input /opt/tomcat-img.tar
相關文章
相關標籤/搜索