docker
docker copied to clipboard
Please support dynamic user namespaces
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.
Related:
- #359
- #458
- #1144
- #1314
- #1428