Merge pull request #716 from justincormack/runtime-config
Add back the runtime-config flag in ctr run
This commit is contained in:
commit
8d5f8de8ba
@ -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