Run Configuration
In the final CMD / Entry Point tab, you’ll find two input fields where you can configure the runtime options for your container:
- Entry Point: This field allows you to specify a command to be executed when the container is launched.
- Run Command: Here, you can set defaults for container launch.
- If no entry point is specified, this command will be executed.
- If an entry point is provided, it serves as an additional parameter(s) for the command.
You can easily reset the specified run options to their default values using the reverse arrow button that appears when you enter a custom string in any of these fields.
Note: If neither run command is declared within the template settings by default, you must set the appropriate option(s) using this frame. Otherwise, no application or service will be started when the container is launched.