-
Notifications
You must be signed in to change notification settings - Fork 9
Docker Image README Template
A short description of the image, same as the Github Repo description.
{Longer description of what the image provides.}
For more documentation on how Outrigger images are constructed and how to work with them, please see the documentation.
{An example of running the container.}
docker run ...
{List of packages and tools, H3 section breakouts for more detail}
Outrigger images use Environment Variables and confd to "templatize" a number of Docker environment configurations. These templates are processed on startup with environment variables passed in via the docker run command-line or via your docker-compose manifest file. Here are the "tunable" configurations offered by this image.
{Each environment variable might have 1-2 sentences of description. If it needs longer than that, it should probably have a sub-section within Features to elaborate.}
-
NODE_VERSION
: [4
|5
|6
] Defaults to 4.x. Selects the major version of Node to make available to all tools via nvm. The latest minor release as of the image build will be used. -
PHP_XDEBUG
: ["true"|"false"] Specify whether the PHP Xdebug extension should be enabled.
{This section should be considered instead as a new documentation page on docs.outrigger.sh, but if for some reason it's simple enough or not timely to do so, add a short section here with the necessary details.}
Please email [email protected] with security concerns.