摘要:
3.1、获取镜像 获取镜像 docker pull name[:TAG] #默认是从网络下载镜像,不指定tag会人下载latest标签下的镜像。 1 2 docker search ubuntu docker pull ubuntu 获取指定标签的镜像 sudo docker pull ubuntu 阅读全文
posted @ 2017-04-10 17:12
Diligent小十
阅读(276)
评论(0)
推荐(0)