Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tools/Docker-Image.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Options: -f, --filter filter Filter output based on conditions provided
举个列子,比如我们想搜索官方提供的 mysql 镜像,命令如下:

```
docker search --filter=is-offical=true mysql
docker search --filter=is-official=true mysql
```

![Docker 搜索官方镜像](https://mmbiz.qpic.cn/mmbiz_jpg/knmrNHnmCLHC3QNcSiaib3u3EM014CpBTPup8t50skwCOEX0pwnR9uicvWZWNxc7Vv4slXzIoGLhSPcwDq51xpUGA/?wx_fmt=jpeg)
Expand Down Expand Up @@ -558,4 +558,4 @@ docker push weiwosuoai1991/python:3

## 八 总结

本文中,我们着重学习了 Docker 中下载镜像,、查看镜像信息、搜索镜像、删除镜像,、创建镜像、导出&加载镜像以及向 Docker Hub 上传镜像的相关操作。
本文中,我们着重学习了 Docker 中下载镜像,、查看镜像信息、搜索镜像、删除镜像,、创建镜像、导出&加载镜像以及向 Docker Hub 上传镜像的相关操作。