Ver código fonte

Merge pull request #8074 from unclejack/add_exec_help

add exec to the commands list
Tibor Vass 10 anos atrás
pai
commit
9c3eedae89
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      docker/flags.go

+ 1 - 0
docker/flags.go

@@ -55,6 +55,7 @@ func init() {
 			{"cp", "Copy files/folders from a container's filesystem to the host path"},
 			{"cp", "Copy files/folders from a container's filesystem to the host path"},
 			{"diff", "Inspect changes on a container's filesystem"},
 			{"diff", "Inspect changes on a container's filesystem"},
 			{"events", "Get real time events from the server"},
 			{"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"},
 			{"export", "Stream the contents of a container as a tar archive"},
 			{"history", "Show the history of an image"},
 			{"history", "Show the history of an image"},
 			{"images", "List images"},
 			{"images", "List images"},