Update container

This commit is contained in:
khs1994
2017-11-24 12:30:38 +08:00
parent dce2e464da
commit 90bfc0d610
6 changed files with 18 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ root@ba267838cc1b:/# ps
## Docker 1.13+
在 Docker 1.13+ 版本中推荐使用 docker container 来管理容器。
在 Docker 1.13+ 版本中推荐使用 `docker container` 来管理容器。
```bash
$ docker container run ubuntu:17.10 /bin/echo 'Hello world'