Quantcast
Channel: How do I add the local users to my docker container? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Dylan Reimerink for How do I add the local users to my docker...

You would have to mount all relevant linux files using -v like /etc/passwd, /etc/shadow, /ect/group, and /etc/sudoers. Though I can't recommend this due to the security risks, if anyone gets root...

View Article



How do I add the local users to my docker container?

I want to know how I can add the local users of my server to a docker container. I don't need to import their files, I just need a username/password/privileges with new home directory in the docker...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images