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. Direct links to the installers are also available below.
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.
Build from Docker File
Another option is to build the image from the Docker Files. This allows one to modify our image to add or change available packages. This option is recommended only for advanced users.
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