1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update the help with push/pull

This commit is contained in:
creack 2013-03-22 03:24:37 -07:00
parent 3870ebee6d
commit e4f9a0dca0

View file

@ -45,6 +45,8 @@ func (srv *Server) Help() string {
{"logs", "Fetch the logs of a container"},
{"port", "Lookup the public-facing port which is NAT-ed to PRIVATE_PORT"},
{"ps", "List containers"},
{"pull", "Pull an image or a repository to the docker registry server"},
{"push", "Push an image or a repository to the docker registry server"},
{"restart", "Restart a running container"},
{"rm", "Remove a container"},
{"rmi", "Remove an image"},