Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 566 Bytes

cs2110docker

This Docker image is 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