options property

  1. @TagNumber.new(8)
String get options

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

Implementation

@$pb.TagNumber(8)
$core.String get options => $_getSZ(4);
  1. @TagNumber.new(8)
set options (String v)

Implementation

@$pb.TagNumber(8)
set options($core.String v) {
  $_setString(4, v);
}