This is an old revision of the document!
Table of Contents
Docker
The School of Computer Science has several docker images available for use. Our dockerhub account is socsguelph.
Installing Docker
Docker can be downloaded through the Docker Website.
Images
Images can be installed through two different methods
Docker Hub
Installing an image through Docker Hub is the easiest way to get started with a Docker Image. To install, from a terminal run the command docker pull IMAGENAME
, where IMAGENAME is the name of the image you wish to install. See below for a list of available SoCS Image Names.
SoCS Linux
This image replicates the packages available on the SoCS Linux/NoMachine cluster.
Image Name: socsguelph/socslinux
CIS 6020 Jupyter
This is the image for running Jupyter in CIS*6020.
Image Name: socsguelph/jupyter-cis6020