mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-25 02:27:10 +08:00
#547 fix typo error
This commit is contained in:
parent
888dfc8411
commit
8f579ac018
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user