1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Merge pull request #549 from Rustin-Liu/Rustin-Liu-patch-2

#547 fix typo error
This commit is contained in:
SnailClimb 2019-11-16 08:30:21 +08:00 committed by GitHub
commit 55a0aab682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,7 @@ Options: -f, --filter filter Filter output based on conditions provided
举个列子,比如我们想搜索官方提供的 mysql 镜像,命令如下: 举个列子,比如我们想搜索官方提供的 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) ![Docker 搜索官方镜像](https://mmbiz.qpic.cn/mmbiz_jpg/knmrNHnmCLHC3QNcSiaib3u3EM014CpBTPup8t50skwCOEX0pwnR9uicvWZWNxc7Vv4slXzIoGLhSPcwDq51xpUGA/?wx_fmt=jpeg)