mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Evict stopped containers
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
2640a10bca
commit
4f174aa792
14 changed files with 192 additions and 95 deletions
|
@ -98,6 +98,7 @@ func init() {
|
|||
{"save", "Save an image to a tar archive"},
|
||||
{"search", "Search for an image on the Docker Hub"},
|
||||
{"start", "Start a stopped container"},
|
||||
{"stats", "Receive container stats"},
|
||||
{"stop", "Stop a running container"},
|
||||
{"tag", "Tag an image into a repository"},
|
||||
{"top", "Lookup the running processes of a container"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue