CMD/Entry point

CMD / Entry Point

The last Run Config tab contains two input fields, where you can set the run options for your container with a Docker template deployed:
  • use the Entry Point option for running your container as an executable through specifying the full path to the appropriate script or bin file
  • type the name of your custom start script, command or binary file (in the latter case it should be specified within $PATH) inside the Run Command field for being considered as defaults for an executing container. In case the specified here value does not refer to the executable file, such should be additionally set within the abovementioned Entry Point field.

The defined within these fields values are processed as intended by Docker® standard and will be executed on the next and each subsequent container’s startups.



Using the reverse arrow button, which appears upon entering some custom string inside any of these fields, the specified run options can be easily Reset to default values.
Note that if neither run command is declared within the template settings by default, you have to set the appropriate option(s) using this frame. Otherwise, no application/service will be started at the container’s launch.
  • 0 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

Docker Container Configuration Tools

Docker Container Configuration Tools Apiqcloud dashboard allows adjusting some of the most...

Links

Links The Links section is intended for establishing a connection between your Docker...

Volumes

Volumes The Volumes tab contains the list of mounted at the current container data volumes,...

Variables

Variables At the Variables tab, you can see the list of default for the current container...

Docker Containers Horizontal Scaling

  Docker standard is an open-source, container-based solution, designed to simplify the...