摘要:
答: 在Ubuntu下可以使用以下命令添加: sudo usermod -a -G <group_name> <user_name> 注意: 如何生效呢? 需要重新登陆系统方可生效 阅读全文
posted @ 2019-06-06 16:12
Jello
阅读(4626)
评论(0)
推荐(0)
摘要:
1. 在已经部署了镜像的机器上获取镜像 1.1 获取镜像名 docker images 1.2 打包选中对应的镜像 docker save <image_name> -o <image_name>.tar 2. 在将要使用的机器上部署需要的镜像 2.1 加载镜像 docker load -i <im 阅读全文
posted @ 2019-06-06 15:36
Jello
阅读(3773)
评论(0)
推荐(0)