提交 a7955bb0 编写于 作者: RunAtWorld's avatar RunAtWorld

docker cmd

上级 989e5250
......@@ -48,7 +48,6 @@
docker images -f since=mongo:3.2 #使用过滤器来列出虚悬镜像,看到在 mongo:3.2 之后建立的镜像
docker images -f before=mongo:3.2 #使用过滤器来列出虚悬镜像,看到在 mongo:3.2 之前建立的镜像
docker images -f label=com.example.version=0.1 #通过 LABEL 来过滤
# docker images --format "{{.ID}}: {{.Repository}}" #以指定格式列出镜像ID和仓库名
docker pull [选项] [Docker Registry地址]<仓库名>:<标签> #从 Docker Registry 获取镜像
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册