command property

List<String>? command
getter/setter pair

The command to be invoked when the container is started.

It overrides the entrypoint instruction in Dockerfile when provided.

Implementation

core.List<core.String>? command;