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

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-06-10 12:07:32 +02:00
parent 16dbf630a2
commit 0679ae5bf4
1 changed files with 0 additions and 1 deletions

View File

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