diff --git a/cmd/ctr/run.go b/cmd/ctr/run.go index 95d129dc2..419369111 100644 --- a/cmd/ctr/run.go +++ b/cmd/ctr/run.go @@ -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",