jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 178 forks source link

How to run the container as root? #147

Closed emretapci closed 1 day ago

emretapci commented 2 days ago

I tried -u root but not working.

jlesage commented 2 days ago

You can set the USER_ID and GROUP_ID environment variables to 0. ID 0 is root.