tomastzn
tomastzn
I'm also interested in this feature. It helps in some situations when you can't fix applications but need to have them behind the reverse proxy.
I started to see this issue recently on my installation as well, several views are now taking seconds to load. It didn't use to be this slow.
Sorry for late reply, I will give this another test and report back.
Tried again on the same machine and now the process of creating image fails very quickly, only indication of something going wrong is the last two lines of log: ```...
In addition to using non-root users inside the container, another approach to improve the security is to enable user namespaces in Docker on the host itself. https://docs.docker.com/engine/security/userns-remap/ With that enabled,...