首页 > 其他 > 详细

docker常用命令

时间:2019-10-07 12:15:32      阅读:72      评论:0      收藏:0      [点我收藏+]
  1. copy images
    docker save -o <path for generated tar file> <image name>
    docker load -i <path to image tar file>
    You should add filename (not just directory) with -o, for example: docker save -o c:/myfile.tar centos:16

     

docker常用命令

原文:https://www.cnblogs.com/paopaocheng/p/11629843.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!