Migrate cp command to cobra
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
@@ -8,7 +8,6 @@ type Command struct {
|
||||
|
||||
// DockerCommandUsage lists the top level docker commands and their short usage
|
||||
var DockerCommandUsage = []Command{
|
||||
{"cp", "Copy files/folders between a container and the local filesystem"},
|
||||
{"exec", "Run a command in a running container"},
|
||||
{"info", "Display system-wide information"},
|
||||
{"inspect", "Return low-level information on a container, image or task"},
|
||||
|
||||
Reference in New Issue
Block a user