Skip to content

Commit

Permalink
docs(zh-cn): Added link to rename
Browse files Browse the repository at this point in the history
  • Loading branch information
geminiyellow committed Apr 25, 2016
1 parent d1af2a7 commit dad619c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ docker run hello-world
### 生命周期

* [`docker create`](https://docs.docker.com/reference/commandline/create) 创建一个容器但是不启动。
* [`docker run`](https://docs.docker.com/reference/commandline/run) 在同一个操作中创建并启动一个容器.
* [`docker rename`](https://docs.docker.com/engine/reference/commandline/rename/) 允许重命名容器。
* [`docker run`](https://docs.docker.com/reference/commandline/run) 在同一个操作中创建并启动一个容器。
* [`docker rm`](https://docs.docker.com/reference/commandline/rm) 删除容器。
* [`docker update`](https://docs.docker.com/engine/reference/commandline/update/) 更新容器的资源限制。

Expand Down

0 comments on commit dad619c

Please sign in to comment.