options property

String? options
getter/setter pair

Arbitrary additional options to include in the "docker run" command when running this container, e.g. "--network host".

Implementation

core.String? options;