From fccb02622183ee93036d4f5068817830f3297ab5 Mon Sep 17 00:00:00 2001 From: unclejack Date: Wed, 17 Sep 2014 01:13:43 +0300 Subject: [PATCH] add exec to the commands list Docker-DCO-1.1-Signed-off-by: Cristian Staretu (github: unclejack) --- docker/flags.go | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/flags.go b/docker/flags.go index bb5b427d63..6226d9314d 100644 --- a/docker/flags.go +++ b/docker/flags.go @@ -55,6 +55,7 @@ func init() { {"cp", "Copy files/folders from a container's filesystem to the host path"}, {"diff", "Inspect changes on a container's filesystem"}, {"events", "Get real time events from the server"}, + {"exec", "Run a command in an existing container"}, {"export", "Stream the contents of a container as a tar archive"}, {"history", "Show the history of an image"}, {"images", "List images"},