Sign up for one account at Docker Hub:
For windows and mac users, download and install the Docker Desktop here:
...
https://docs.docker.com/install/
Sign up for one account at Docker Hub:
Pull Note: you need to have administrator access on your computer to install docker.
Open a terminal or command window, and pull the image of MercuryTrunk by running this in command window:
"sudo docker pull haoutwente/mercurytrunk"
Then you can check the Check that "MercuryTrunk" is in the list of images you have with , using this command:
"sudo docker images"
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
For Mac User user, to setup visualization environment:
- Install the latest XQuartz X11 server and run it: https://www.xquartz.org/
- Activate the option ‘Allow connections from network clients’ in XQuartz settingsPreferences -> Security tab
- Quit & and restart XQuartz ( to activate the setting).
- Ensure localhost is allowed X11 forwarding run by running this in command line: "xhost + 127.0.0.1"
- Then run this in command line: "sudo docker run -it -e DISPLAY=host.docker.internal:0 haoutwente/mercurytrunk"
For Linux User user, to setup visualization environment run these in command line:
...
"sudo docker run -it -v /etc/localtime:/etc/localtime:ro -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY -e GDK_SCALE -e GDK_DPI_SCALE haoutwente/mercurytrunk"
For Windows User user, to setup visualization environment:
TODO>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
The following is for us to maintain the image to be always newest
...