options property
Required for some container images.
Arbitrary additional options to include in the docker run
command when
running this container—for example, --network host
. For the --volume
option, use the volumes
field for the container.
Implementation
core.String? options;