options property

  1. @TagNumber(8)
String 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(8)
void options=(String v)

Implementation

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