Skip to content

Add a mention for selinux systems in Docker README

Jeremy Soller requested to merge fengalin:docker_on_selinux into master

Created by: fengalin

Problem: Selinux blocks the following:

  • gosu execution labeling (no selinux policy).
  • permission is denied to the container's user on the tree source binding under /src. Using a different location doesn't solve the issue.

Solution: The workaround consists in disabling selinux labeling when running the container.

Merge request reports