rdsubhas / docker-tor-privoxy-alpine

The smallest (15 MB!!) docker image with Tor and Privoxy on Alpine Linux
https://hub.docker.com/r/rdsubhas/tor-privoxy-alpine/
MIT License
213 stars 92 forks source link

Should not run as root #2

Open wernight opened 8 years ago

wernight commented 8 years ago

Docker container processes should not run as root. I'd advise using a random UID/GID by default. Preferably checking that it works if the user provides another UID via --user Docker flag.