mirror of https://github.com/docker/cli.git
Moving Image{Push,Pull}Privileged to trust.go
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
16dbf630a2
commit
0679ae5bf4
1
usage.go
1
usage.go
|
@ -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"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue