docker常用命令

  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
posted @ 2019-10-07 11:30  ChengPaoPao  阅读(97)  评论(0编辑  收藏  举报