Merge pull request #931 from AkihiroSuda/ctr-shim-flag-fix

ctr shim exec: fix cli flag
This commit is contained in:
Michael Crosby 2017-05-30 09:13:32 -07:00 committed by GitHub
commit 1ee2e14a47

View File

@ -207,6 +207,10 @@ var shimExecCommand = cli.Command{
Name: "cwd",
Usage: "current working directory",
},
cli.StringFlag{
Name: "spec",
Usage: "runtime spec",
},
),
Action: func(context *cli.Context) error {
service, err := getShimService()