Add back the runtime-config flag in ctr run

This flag was already implemented but could not be specified any more.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-04-11 11:56:41 +01:00
parent 62918511f3
commit 2d8c735aa6

View File

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