This is a container built to locally run and test mps and labs for UIUC's CS 225 Sp21
Before building and running check if docker is installed by running
docker -vor
docker run hello-worldAfterwards clone your CS 225 repository to the same directory as the Dockerfile, with the directory name cs225.
Now you can run
sudo ./built_cont.shand
sudo ./run_cont.sh to gain access to the container.