Skip to content

release: v3.0.0

Compare
Choose a tag to compare
@scottyhardy scottyhardy released this 31 Mar 03:55
· 231 commits to master since this release

Lots of new features, including:

  • Option to run as RDP server or use X11 forwarding
  • RDP server option allows container to run on a headless server and still deliver graphics and sound to a remote client
  • Improved X11 forwarding performance on macOS
  • Many new command line options for docker-wine script
    • Use your own username, UID and GID and $HOME path within the container
    • Run as root within the container for testing and troubleshooting
    • Specify a different volume container or local path to store user persistent data
    • Bind as many additional volumes as you require
    • Specify an alternate password for the user (encrypted with openssl so can't be gleaned from docker inspect container wine)
  • Probably more stuff that I can't think of right now