entrypoint

@SerialName(value = "Entrypoint")
val entrypoint: List<String>?

Parameters

entrypoint

The entry point for the container as a string or an array of strings. If the array consists of exactly one empty string ([\"\"]) then the entry point is reset to system default (i.e., the entry point used by docker when there is no ENTRYPOINT instruction in the Dockerfile).