From 315549cd21b992810af99e0b62397dcfb4771719 Mon Sep 17 00:00:00 2001 From: Taka Date: Sat, 2 Oct 2021 22:33:20 +1000 Subject: [PATCH] Documented how config files get installed into the Docker container. --- vasl_templates/webapp/static/help/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vasl_templates/webapp/static/help/index.html b/vasl_templates/webapp/static/help/index.html index f60482b..071ed65 100644 --- a/vasl_templates/webapp/static/help/index.html +++ b/vasl_templates/webapp/static/help/index.html @@ -99,10 +99,13 @@ and then connect to it in a browser at http://localhost:5010.

Then open a browser and connect to the webapp at http://localhost:5010. +

If you have SElinux enabled, it may prevent the container from accessing files on the host. Access can be allowed like this:
chcon -Rt svirt_sandbox_file_t /home/pacman-ghost/vasl/
+
Note that config files installed into the container are taken from their normal location ($/vasl_templates/webapp/config/), but are overridden with Docker-specific versions in $/docker/config/.
+

Installing a webdriver