mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 15:10:12 +01:00
Remove closed issue.
This commit is contained in:
parent
ac775efb04
commit
8b58f93f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ Some common misconceptions it's worth correcting:
|
|||
* [`docker start`](http://docs.docker.io/reference/commandline/cli/#start) will start it again.
|
||||
* [`docker restart`](http://docs.docker.io/reference/commandline/cli/#restart) restarts a container.
|
||||
* [`docker rm`](http://docs.docker.io/reference/commandline/cli/#rm) deletes a container.
|
||||
* [`docker kill`](http://docs.docker.io/reference/commandline/cli/#kill) sends a SIGKILL to a container. [Has issues](https://github.com/dotcloud/docker/issues/197).
|
||||
* [`docker kill`](http://docs.docker.io/reference/commandline/cli/#kill) sends a SIGKILL to a container.
|
||||
* [`docker attach`](http://docs.docker.io/reference/commandline/cli/#attach) will connect to a running container.
|
||||
* [`docker wait`](http://docs.docker.io/reference/commandline/cli/#wait) blocks until container stops.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue