There was an error while loading. Please reload this page.
1 parent cd4e831 commit aa8ab4eCopy full SHA for aa8ab4e
1 file changed
README.md
@@ -23,3 +23,10 @@ And to restart the image do execute the following command:
23
````
24
docker start -i rtc2git
25
26
+
27
+### Note if SELinux enabled systems
28
+If you running on a SELinux enabled system you may need to flag your working directory used as volume mount point to be accessible:
29
30
+````
31
+chcon -Rt svirt_sandbox_file_t /var/rtc2git
32
0 commit comments