Skip to content

docker-context/startup-options

Startup parameters for the container runtime.

This parameter provides extra startup flags for the container runtime when the container is created. A direct array of strings must be passed to specify these arguments. For example, if you would like to pass --foo bar --baz "a b", the param value should be ["--foo", "bar", "--baz", "a b"]. The default value is an empty array.

Objects that Reference docker-context/startup-options

Objects used by docker-context/startup-options

Not used in current content packs