when attempting to run the system test configuration on a Fedora laptop the containers running within Docker fail as they are unable to read the volumes from the local file system. This is being caused by SELinux labels being applied to the files by fedora.
The problem can be worked around by adding the following configuration to the services within the compose.yaml file:
security_opt:
- label=disable
when attempting to run the system test configuration on a Fedora laptop the containers running within Docker fail as they are unable to read the volumes from the local file system. This is being caused by SELinux labels being applied to the files by fedora.
The problem can be worked around by adding the following configuration to the services within the compose.yaml file: