command property

List<String>? command
getter/setter pair

Entrypoint array.

Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.

Implementation

core.List<core.String>? command;