kuzeko / graph-databases-testsuite

Docker Images, installation scripts, and testing & benchmarking suite for Graph Databases
https://graphbenchmark.com
MIT License
36 stars 9 forks source link

Add support for selinux #21

Closed MartinBrugnara closed 3 years ago

MartinBrugnara commented 3 years ago

Benchmark does not run on systems with selinux enabled. On these systems volumes must be tagged with appropriate labels, the default behavior is not sufficient for our application (host volumes).

When running under selinux add the :z option to volume binding.

Resource: https://docs.docker.com/storage/bind-mounts/ , https://github.com/docker/docker-py/issues/1380