Merge pull request #23286 from yongtang/23211-spf13-cobra-port

Use spf13/cobra for docker port
This commit is contained in:
Vincent Demeester
2016-06-06 18:55:37 +02:00
3 changed files with 19 additions and 1 deletions
-1
View File
@@ -24,7 +24,6 @@ var DockerCommandUsage = []Command{
{"login", "Log in to a Docker registry"},
{"logout", "Log out from a Docker registry"},
{"pause", "Pause all processes within a container"},
{"port", "List port mappings or a specific mapping for the CONTAINER"},
{"ps", "List containers"},
{"pull", "Pull an image or a repository from a registry"},
{"push", "Push an image or a repository to a registry"},