command property

List<String> command
final

The command to be invoked when the container is started. It overrides the entrypoint instruction in Dockerfile when provided.

Implementation

final List<String> command;