As of Fall 2024, CS 2110 no longer requires noVNC, and thus, this container is no longer in use. Refer to the new Docker image for future developments.
This Docker image is no longer used by students enrolled in CS 2110 at the Georgia Institute of Technology. It contains an Ubuntu 20.04 image that contains the necessary tools for the class (gcc/gdb, complx, vba), along with a VNC server and noVNC to allow students to remotely access it from their browser.
In order to run this image, install Docker and run the cs2110docker.sh script.
Find the Docker Image on Docker Hub at https://hub.docker.com/r/gtcs2110/cs2110docker
Credit to https://github.com/ConSol/docker-headless-vnc-container for initial setup