docker icon indicating copy to clipboard operation
docker copied to clipboard

Please support dynamic user namespaces

Open cptspff opened this issue 2 years ago • 5 comments

docker-entrypoint.sh currently makes it very hard to run a Nextcloud container in an isolated dynamic user namespace. Because UIDs are not known on the host before starting a container in such an environment, setting the correct file permissions to allow fine grained write access for the user running fpm or apache is impossible.

Looking at some other entrypoints usually this problem is mitigated by a simple chown -R.

cptspff avatar Dec 16 '23 15:12 cptspff

Related:

  • #359
  • #458
  • #1144
  • #1314
  • #1428

meonkeys avatar Dec 21 '23 19:12 meonkeys