diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-09-01 16:38:30 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-09-01 16:38:30 +0200 |
commit | db12f293f91a986ab031afb7a79744f790f0985d (patch) | |
tree | 90d9abb636902257b01be60da12e7a839a14cc12 /README.md | |
parent | 90f302bf68924b68e93366447db64d4b808acdf3 (diff) |
Add Dockerfile.
Add a Dockerfile to build Docker images. Also add a documentation file to help
building Docker for this looking glass. The official Docker image uses the PHP
image with Apache 2 and PHP 5.6.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -37,7 +37,14 @@ future: Copy the configuration **config.php.example** file to create a **config.php** file. It contains all the values (PHP variables) used to customize the looking -glass. +glass. Details about configuration options are available in the +[documentation](docs/configuration.md). + +## Docker + +If you want to run the looking glass inside a Docker container, a Dockerfile +is provided in this repository. Some more details can be found +[here](docs/docker.md). ## Documentation |