scottyhardy / docker-wine

Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS
MIT License
906 stars 158 forks source link

How to became sudo user in this container? #116

Closed vilija19 closed 2 years ago

vilija19 commented 3 years ago

How to became a sudo user in this container? Are there any ways?

scottyhardy commented 2 years ago

Done! User is now set up in the sudo group by default. In case you need to, it can be disabled/removed from sudo group with --env="USER_SUDO=no" in your docker run command, or if you use the docker-wine script: ./docker-wine --nosudo

ff4c00 commented 1 year ago

Done! User is now set up in the sudo group by default. In case you need to, it can be disabled/removed from sudo group with --env="USER_SUDO=no" in your docker run command, or if you use the docker-wine script: ./docker-wine --nosudo

This problem appears again in the latest version.