volumes property

  1. @TagNumber.new(7)
List<String> get volumes

Volumes to mount (bind mount) from the host machine files or directories into the container, formatted to match docker run's --volume option, e.g. /foo:/bar, or /foo:/bar:ro

Implementation

@$pb.TagNumber(7)
$core.List<$core.String> get volumes => $_getList(3);