command property

List<String>? command
getter/setter pair

Command is the container entrypoint to use.

This overrides the default entrypoint defined in the container image.

Optional.

Implementation

core.List<core.String>? command;