Merge pull request #23286 from yongtang/23211-spf13-cobra-port
Use spf13/cobra for docker port
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user