Merge pull request #716 from justincormack/runtime-config

Add back the runtime-config flag in ctr run
This commit is contained in:
Qiang Huang 2017-04-12 10:35:15 +08:00 committed by GitHub
commit 8d5f8de8ba

View File

@ -42,6 +42,10 @@ var runCommand = cli.Command{
Usage: "runtime name (linux, windows, vmware-linux)",
Value: "linux",
},
cli.StringFlag{
Name: "runtime-config",
Usage: "set the OCI config file for the container",
},
cli.BoolFlag{
Name: "readonly",
Usage: "set the containers filesystem as readonly",