Hacker News new | ask | show | jobs
by general_failure 3585 days ago
We use Docker to containerize apps in cloudron. One issue we have faced is that --readonly and user namespaces don't work together. Is there any on-going effort on this front? I can't find a link now but this limitation is hidden somewhere deep inside the docker docs :/ For cloudron apps, we simply decided that readonly was more important than user namespaces for now.

edit: found the link - https://docs.docker.com/engine/reference/commandline/dockerd...

1 comments