docker-context/startup-options

The docker-context that owns this system.

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.