entrypoints
Parameters
value
The command to use as the Entrypoint for the container. The Entrypoint allows you to configure a container to run as an executable. For example, to run /usr/bin/myprogram
when starting a container, set the entrypoint to be "/usr/bin/myprogram"]
.
Parameters
values
The command to use as the Entrypoint for the container. The Entrypoint allows you to configure a container to run as an executable. For example, to run /usr/bin/myprogram
when starting a container, set the entrypoint to be "/usr/bin/myprogram"]
.