diff --git a/cmd/ctr/shim.go b/cmd/ctr/shim.go index 2582882d5..1b4647ad1 100644 --- a/cmd/ctr/shim.go +++ b/cmd/ctr/shim.go @@ -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()