1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Moving Image{Push,Pull}Privileged to trust.go

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 0679ae5bf4
Component: cli
This commit is contained in:
Vincent Demeester
2016-06-10 12:07:32 +02:00
parent 08cd8b5ab5
commit c516b89c83

View File

@@ -16,7 +16,6 @@ var DockerCommandUsage = []Command{
{"login", "Log in to a Docker registry"},
{"logout", "Log out from a Docker registry"},
{"ps", "List containers"},
{"push", "Push an image or a repository to a registry"},
{"update", "Update configuration of one or more containers"},
}