mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add exec to the commands list
Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
This commit is contained in:
parent
eb21197c6b
commit
fccb026221
1 changed files with 1 additions and 0 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Reference in a new issue