补充 从 https://hub.docker.com 拉取镜像.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
ca7ce1dae9
commit
ba5b2d05e7
|
@ -28,6 +28,8 @@ pkill X
|
|||
## 基本使用
|
||||
|
||||
```sh
|
||||
# 从 https://hub.docker.com 拉取镜像
|
||||
docker pull ubuntu:18.04
|
||||
# 运行谋容器
|
||||
docker run <name/id>
|
||||
# 运行谋容器,并将宿主机的/test目录挂载到容器的/soft目录
|
||||
|
|
Loading…
Reference in New Issue