more explicit --rm instructions + erroring out if no --id provided
This commit is contained in:
@@ -92,7 +92,7 @@ var AppConfigFlags = []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
Name: "RemoveVM",
|
||||
Aliases: []string{"rm"},
|
||||
Usage: "Stop and Remove Docker container",
|
||||
Usage: "Stop and Remove Docker container (IP:port) accompanied by container ID via --ID or --id",
|
||||
EnvVars: []string{"REMOVE_VM"},
|
||||
Destination: &RemoveVM,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user