scottyhardy / docker-remote-desktop

Docker image for Remote Desktop server with audio support
MIT License
242 stars 123 forks source link

sudo / su - upgrade #7

Closed brandonros closed 4 years ago

brandonros commented 4 years ago

I'm running docker-wine which is built on top of this and I need to sudo once I'm inside the image. Weird, I know. I don't see the default root password listed anywhere and I don't see sudo installed. Any chance you could come up with a solution for this? I'm kind of using docker-remote-desktop as a wannabe traditional VirtualBox installation.

brandonros commented 4 years ago

docker exec -itu root wine passwd worked fine.