Sign up for one account at Docker Hub:
For Windows (Professional/Enterprise) and mac users, download and install the Docker Desktop here:
https://www.docker.com/products/docker-desktop
Note that during the Installation-Configuration step, DO NOT tick the option "Use Windows containers instead of Linux containers (this can be changed after installation)"
After installed the Docker Desktop, docker will log off automatically and ask you to switch on the Hyper-V.
...
- Install the latest XMing and run it: https://sourceforge.net/projects/xming/files/latest/download
- Then run this in PowerShell: "docker run -it -e DISPLAY=host.docker.internal:0 haoutwente/mercurytrunk"
The following is for us to maintain the image to be always newest (Another option will be build up the essentials using Dockerfile and then add line by line the commands to build up the image from basic Ubuntu.
...