summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2016-09-01 16:38:30 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2016-09-01 16:38:30 +0200
commitdb12f293f91a986ab031afb7a79744f790f0985d (patch)
tree90d9abb636902257b01be60da12e7a839a14cc12 /README.md
parent90f302bf68924b68e93366447db64d4b808acdf3 (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.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb59caf..500fcce 100644
--- a/README.md
+++ b/README.md
@@ -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