Skip to content

Docker Image README Template

Adam Ross edited this page Feb 21, 2017 · 9 revisions

Outrigger {Image Name}

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.

Usage Example

{An example of running the container.}

docker run ...

Features

{List of packages and tools, H3 section breakouts for more detail}

Environment Variables

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.

Customization

{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.}

Security Reports

Please email [email protected] with security concerns.

Maintainers

Phase2 Logo

Clone this wiki locally