Hacker News new | ask | show | jobs
by mmis1000 1425 days ago
> The most recent issue was the in-docker user having a different id from the local user

Probably the mount id mapping added in the linux kernel can be a way to resolve problem when user in docker and host have different id.

Although I don't know whether the system utils / docker command have integrated it or not yet.

https://lwn.net/Articles/837566/