增加搜索指令.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2020-04-27 13:46:50 +08:00
parent a2a32a0945
commit 17f0f5e4e7
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ Docker 的主要管理对象是镜像和容器,镜像是静态对象,保存
以下是使用 Docker 的一些基础命令:
```sh
# 从 docker hub 上搜索镜像
docker search [option] <keyword>
# 从 https://hub.docker.com 拉取镜像
docker pull ubuntu:18.04
# 运行某镜像并为之创建容器