command
Parameters
value
The command that's passed to the container. This parameter maps to `Cmd`
in the docker container create command and the `COMMAND`
parameter to docker run. If there are multiple arguments, each argument is a separated string in the array.
Parameters
values
The command that's passed to the container. This parameter maps to `Cmd`
in the docker container create command and the `COMMAND`
parameter to docker run. If there are multiple arguments, each argument is a separated string in the array.