Merge pull request #23333 from yongtang/23211-spf13-cobra-version

Use spf13/cobra for docker version
This commit is contained in:
Vincent Demeester
2016-06-07 23:46:01 +02:00
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -24,7 +24,6 @@ var DockerCommandUsage = []Command{
{"save", "Save one or more images to a tar archive"},
{"stats", "Display a live stream of container(s) resource usage statistics"},
{"update", "Update configuration of one or more containers"},
{"version", "Show the Docker version information"},
}
// DockerCommands stores all the docker command