docker restarts running OR stopped containers, docs edit rm "running"

Signed-off-by: Sally O'Malley <somalley@redhat.com>
Upstream-commit: e41753678d5ffd6c505f1984943bc36d34e134bb
Component: engine
This commit is contained in:
Sally O'Malley
2015-09-09 06:27:41 -04:00
parent b3b1f3bcbe
commit 4168ba7ed4
6 changed files with 7 additions and 7 deletions

View File

@ -46,7 +46,7 @@ var dockerCommands = []command{
{"pull", "Pull an image or a repository from a registry"},
{"push", "Push an image or a repository to a registry"},
{"rename", "Rename a container"},
{"restart", "Restart a running container"},
{"restart", "Restart a container"},
{"rm", "Remove one or more containers"},
{"rmi", "Remove one or more images"},
{"run", "Run a command in a new container"},