commands property

List<String>? commands
getter/setter pair

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

core.List<core.String>? commands;