jlesage / docker-baseimage-gui

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

How to run the container as root? #147

Closed emretapci closed 1 week ago

emretapci commented 1 week ago

I tried -u root but not working.

jlesage commented 1 week ago

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