commands property

  1. @TagNumber(2)
List<String> commands

Overrides the CMD specified in the container. If there is an ENTRYPOINT (either in the container image or with the entrypoint field below) then commands are appended as arguments to the ENTRYPOINT.

Implementation

@$pb.TagNumber(2)
$core.List<$core.String> get commands => $_getList(1);