entryPoint property
The entry point that is passed to the container. This parameter maps to
Entrypoint
in the Create
a container section of the Docker Remote API and
the --entrypoint
option to docker
run. For more information, see https://docs.docker.com/engine/reference/builder/#entrypoint.
Implementation
final List<String>? entryPoint;