mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 15:10:12 +01:00
docs(zh-cn): #68 Fix link to pause subcommand
This commit is contained in:
parent
041c052ab9
commit
ce0af89405
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ docker run hello-world
|
|||
* [`docker start`](https://docs.docker.com/reference/commandline/start) 启动容器。
|
||||
* [`docker stop`](https://docs.docker.com/reference/commandline/stop) 停止运行中的容器。
|
||||
* [`docker restart`](https://docs.docker.com/reference/commandline/restart) 停止之后再启动容器。
|
||||
* [`docker pause`](https://docs.docker.com/engine/reference/commandline/unpause/) 暂停运行中的容器,将其 "冻结" 在当前状态。
|
||||
* [`docker pause`](https://docs.docker.com/engine/reference/commandline/pause/) 暂停运行中的容器,将其 "冻结" 在当前状态。
|
||||
* [`docker unpause`](https://docs.docker.com/engine/reference/commandline/unpause/) 结束容器暂停状态。
|
||||
* [`docker wait`](https://docs.docker.com/reference/commandline/wait) 阻塞,到运行中的容器停止为止。
|
||||
* [`docker kill`](https://docs.docker.com/reference/commandline/kill) 向运行中容器发送 SIGKILL 指令。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue