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

No RDP image option #68

Closed scottyhardy closed 4 years ago

scottyhardy commented 4 years ago

The current image is getting quite large - currently around 1GB. A lot of the bloat comes from RDP and associated GUI and it quite likely isn’t required in many use cases. It’s not been a complaint so I’m still going to use an image that includes RDP by default, but I want to have a --nordp option for users who don’t need RDP and who also prefer a smaller image without the additional bloat.

scottyhardy commented 4 years ago

Feature merged into master branch

scottyhardy commented 4 years ago

Only about 110MB difference between RDP and nordp versions - total size is still 890MB for nordp. Not sure if I’ll keep this feature...