]> git.p6c8.net - jirafeau_project.git/commit
[TASK] add structure for docker configuration
authorJerome Jutteau <jerome@jutteau.fr>
Sun, 13 Dec 2020 20:08:34 +0000 (21:08 +0100)
committerJerome Jutteau <jerome@jutteau.fr>
Sun, 13 Dec 2020 21:23:15 +0000 (22:23 +0100)
commit36e0d29e64f711ed170d431542cf62eeb42b96d7
treeacba160555cf6231c9d0d72ae7462e336420d180
parentc6c5eb250b89da6fffea47f99f0e676fe6ca1e04
[TASK] add structure for docker configuration

For now only one option is available: FILE_HASH
You can run Jirafeau's docker with -e FILE_HASH="random" to disable file hashing.

ref #146

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
Dockerfile
docker/cleanup.sh
docker/docker_config.php [new file with mode: 0644]
docker/run.sh

patrick-canterino.de