close

Filter

loading table of contents...

Deployment Manual / Version 2204

Table Of Contents

2.2.1 Startup Entrypoint and Command chain

When the Docker container is started, the command of the process is created by inspecting the Entrypoint and the Cmd metadata fields of the image. If you build the images will all defaults and you run

docker image inspect --format='{{.Config.Entrypoint}} - {{.Config.Cmd}}' coremedia/cae-live

You will get a response like this:

[./entrypoint.sh] - [application]

This is the entrypoint script chain that will be processed at startup.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.