From e4f9a0dca0a3eb9fd762ef502d40a089ed16acd4 Mon Sep 17 00:00:00 2001 From: creack Date: Fri, 22 Mar 2013 03:24:37 -0700 Subject: [PATCH] Update the help with push/pull --- commands.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands.go b/commands.go index 1d782bf96..8c2875370 100644 --- a/commands.go +++ b/commands.go @@ -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"},