Merge pull request #931 from AkihiroSuda/ctr-shim-flag-fix
ctr shim exec: fix cli flag
This commit is contained in:
commit
1ee2e14a47
@ -207,6 +207,10 @@ var shimExecCommand = cli.Command{
|
|||||||
Name: "cwd",
|
Name: "cwd",
|
||||||
Usage: "current working directory",
|
Usage: "current working directory",
|
||||||
},
|
},
|
||||||
|
cli.StringFlag{
|
||||||
|
Name: "spec",
|
||||||
|
Usage: "runtime spec",
|
||||||
|
},
|
||||||
),
|
),
|
||||||
Action: func(context *cli.Context) error {
|
Action: func(context *cli.Context) error {
|
||||||
service, err := getShimService()
|
service, err := getShimService()
|
||||||
|
Loading…
Reference in New Issue
Block a user