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:
commit
55a0aab682
@ -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
|
||||
```
|
||||
|
||||

|
||||
@ -558,4 +558,4 @@ docker push weiwosuoai1991/python:3
|
||||
|
||||
## 八 总结
|
||||
|
||||
本文中,我们着重学习了 Docker 中下载镜像,、查看镜像信息、搜索镜像、删除镜像,、创建镜像、导出&加载镜像以及向 Docker Hub 上传镜像的相关操作。
|
||||
本文中,我们着重学习了 Docker 中下载镜像,、查看镜像信息、搜索镜像、删除镜像,、创建镜像、导出&加载镜像以及向 Docker Hub 上传镜像的相关操作。
|
||||
|
Loading…
x
Reference in New Issue
Block a user