补充 从 https://hub.docker.com 拉取镜像.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-12-19 12:01:11 +08:00
parent ca7ce1dae9
commit ba5b2d05e7
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ pkill X
## 基本使用 ## 基本使用
```sh ```sh
# 从 https://hub.docker.com 拉取镜像
docker pull ubuntu:18.04
# 运行谋容器 # 运行谋容器
docker run <name/id> docker run <name/id>
# 运行谋容器,并将宿主机的/test目录挂载到容器的/soft目录 # 运行谋容器,并将宿主机的/test目录挂载到容器的/soft目录