- Download the latest release of the Docker for Windows Installer
- Download the latest release of the UltraVNC
- Run the Boot2Docker Start shell script from your Desktop or Program Files > Boot2Docker for Windows.
- Run following command
docker run -p 5901:5901 -it ecell/spatiocyte:latest /bin/bash
- Now you are in Docker container, then run follwing command
vncserver :1 -geometry 1360x768 -depth 24
You will require a password to access your desktops.
Password:
Warning: password truncated to the length of 8.
Verify:
Would you like to enter a view-only password (y/n)? n
xauth: file /root/.Xauthority does not exist
New 'X' desktop is 45433a5fe4bc:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/45433a5fe4bc:1.log
- Connect Docker container
5901
port with UltraVNC. You can check the boot2docker virtual machine IP with boot2docker ip
.
In many cases, this IP is 192.168.59.103
. Then connect 192.168.59.103:5901