commands property
If specified, overrides the CMD specified in the container.
If the container also has an ENTRYPOINT the values are used as
entrypoint arguments. Otherwise, they are used as a command and arguments
to run inside the container.
Implementation
core.List<core.String>? commands;