For windows and mac users, download and install the Docker Desktop here:

https://www.docker.com/products/docker-desktop

For linux users install Docker follow the instructions here:

https://docs.docker.com/install/

Sign up for one account at Docker Hub:

https://hub.docker.com/signup

Pull the image of MercuryTrunk by running this in command window:

"sudo docker pull haoutwente/mercurytrunk"

Then you can check the images you have with this command:

"sudo docker images"

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

For Mac User to setup visualization environment:

For Linux 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"

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 

 

The following is for us to maintain the image to be always newest

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

To save changes of the current image:

"sudo docker commit -m "MESSAGE" -a "AUTHOR_INFO" CONTAINER_ID haoutwente/mercurytrunk:latest

Then push it back to the docker hub:

"sudo docker push haoutwente/mercurytrunk"