diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 17:16:44 +0100 |
---|---|---|
committer | Sam Pearson <sam@sgp.me.uk> | 2018-09-28 14:37:04 +0100 |
commit | 7149fb72f685d4950835d25c045ce96b13ef496f (patch) | |
tree | 5fbc8df921628c6dfef394d18a619345a39b4473 /docs/_layouts | |
parent | d5aeacbfeca3b9f07ff846dcb6f877ac4e59095f (diff) |
[Docs] Initial documentation for Docker installations
This adds details of our Docker images and the example Docker
Compose environment, including notes on how to use this with
a cobrand and how to customise the database configuration.
Diffstat (limited to 'docs/_layouts')
-rw-r--r-- | docs/_layouts/page.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html index 79097b5a9..11ec206ec 100644 --- a/docs/_layouts/page.html +++ b/docs/_layouts/page.html @@ -56,9 +56,10 @@ layout: default <li><h2>Installing</h2> <ul> <li><a href="{{ "/install/manual-install/" | relative_url }}">Manually</a> + <li><a href="{{ "/install/docker/" | relative_url }}">Docker</a></li> + <li><a href="{{ "/install/ami/" | relative_url }}">AMI for EC2</a></li> <li><a href="{{ "/install/install-script/" | relative_url }}">Install script</a></li> <li><a href="{{ "/install/vagrant/" | relative_url }}">Vagrant</a></li> - <li><a href="{{ "/install/ami/" | relative_url }}">AMI for EC2</a></li> <li><a href="{{ "/install/troubleshooting/" | relative_url }}">Troubleshooting</a></li> </ul> </li> |