Download Dockerfile (author: Frank Spitulski).
Build the image:
- Go to the Dockerfile directory
-
docker build -t cmrglab/cont_release_vnc .
Run the image and create container:
-
docker run -it --rm -p 6080:80 cmrglab/cont_release_vnc
Access Continuity via VNC in web browser:
- Go to localhost:6080 from your web browser
NOTE: It takes a few moments to start.