rename a existing container

Closes #3036

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
Upstream-commit: 21a809d9ae0ef8392f37c9262dca93ff31966e22
Component: engine
This commit is contained in:
Srini Brahmaroutu
2014-10-05 02:47:54 +00:00
committed by Srini Brahmaroutu
parent 6a864dec5f
commit eacdfc7d44
10 changed files with 275 additions and 2 deletions

View File

@ -90,6 +90,7 @@ func init() {
{"ps", "List containers"},
{"pull", "Pull an image or a repository from a Docker registry server"},
{"push", "Push an image or a repository to a Docker registry server"},
{"rename", "Rename an existing container"},
{"restart", "Restart a running container"},
{"rm", "Remove one or more containers"},
{"rmi", "Remove one or more images"},