mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 07:00:13 +01:00
parent
63ff487c36
commit
99b4bf5b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ docker run hello-world
|
|||
* [`docker create`](https://docs.docker.com/reference/commandline/create) 创建一个容器但是不启动。
|
||||
* [`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/) 更新容器。
|
||||
* [`docker update`](https://docs.docker.com/engine/reference/commandline/update/) 更新容器的资源限制。
|
||||
|
||||
如果你想要一个临时容器,`docker run --rm` 会在容器停止之后删除它。
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue