Skip to content

Commit

Permalink
docs(zh-cn): Make "Starting and Stopping" a level 3 header
Browse files Browse the repository at this point in the history
  • Loading branch information
geminiyellow committed May 16, 2016
1 parent 9768806 commit 94affed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ docker run hello-world

在 docker 1.10 中还有一个 [logging driver](https://docs.docker.com/engine/admin/logging/overview/),每个容器可以独立使用。如果你想执行 docker 并带上自定义日志驱动,这样 `docker run --log-driver=syslog`

## 启动和停止
### 启动和停止

* [`docker start`](https://docs.docker.com/reference/commandline/start) 启动容器。
* [`docker stop`](https://docs.docker.com/reference/commandline/stop) 停止运行中的容器。
Expand Down

0 comments on commit 94affed

Please sign in to comment.