From db12f293f91a986ab031afb7a79744f790f0985d Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 1 Sep 2016 16:38:30 +0200 Subject: 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. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3