Add back the runtime-config flag in ctr run
This flag was already implemented but could not be specified any more. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
62918511f3
commit
2d8c735aa6
@ -42,6 +42,10 @@ var runCommand = cli.Command{
|
|||||||
Usage: "runtime name (linux, windows, vmware-linux)",
|
Usage: "runtime name (linux, windows, vmware-linux)",
|
||||||
Value: "linux",
|
Value: "linux",
|
||||||
},
|
},
|
||||||
|
cli.StringFlag{
|
||||||
|
Name: "runtime-config",
|
||||||
|
Usage: "set the OCI config file for the container",
|
||||||
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "readonly",
|
Name: "readonly",
|
||||||
Usage: "set the containers filesystem as readonly",
|
Usage: "set the containers filesystem as readonly",
|
||||||
|
Loading…
Reference in New Issue
Block a user