2016-04-29 00:33:43 +00:00
|
|
|
Options setup
|
|
|
|
=============
|
|
|
|
|
|
|
|
Some setups can be overridden using environment variables in the container.
|
|
|
|
|
|
|
|
- ``ENTRYPOINT_CONFIG`` overrides path of ``entrypoint-config.yml``
|
|
|
|
file.
|
2016-05-08 16:25:36 +00:00
|
|
|
- ``ENTRYPOINT_FORCE`` applies configuration and runs pre and post conf
|
2016-04-29 22:58:14 +00:00
|
|
|
commands even if the ``command`` provided is not handled.
|
2016-11-19 16:19:10 +00:00
|
|
|
- ``ENTRYPOINT_PRECONF_COMMAND`` run an extra pre conf shell command after
|
2016-05-11 22:31:26 +00:00
|
|
|
all pre conf commands.
|
2016-11-19 16:19:10 +00:00
|
|
|
- ``ENTRYPOINT_POSTCONF_COMMAND`` run an extra post conf shell command after
|
2016-05-11 22:31:26 +00:00
|
|
|
all post conf commands.
|
2016-11-19 16:19:10 +00:00
|
|
|
- ``ENTRYPOINT_DEBUG`` enables debug logs.
|
|
|
|
- ``ENTRYPOINT_RAW`` does not use logging to display pre and post conf
|
|
|
|
commands. This can be useful if output is serialized.
|
|
|
|
- ``ENTRYPOINT_DISABLE_RELOAD`` disable reload system even if it is enabled
|
|
|
|
in ``entrypoint-config.yml``.
|
|
|
|
- ``ENTRYPOINT_USER`` overrides ``user`` in config.
|
|
|
|
- ``ENTRYPOINT_GROUP`` overrides ``group`` in config.
|
2016-11-23 11:37:10 +00:00
|
|
|
- ``ENTRYPOINT_DISABLE_SERVICE`` exits container with 0 before doing anything. Useful to disable container using environement.
|