Site Tools


techsupport:docker:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
techsupport:docker:start [2019/12/10 16:03] – created kjohns23techsupport:docker:start [2023/05/09 14:57] (current) kjohns23
Line 2: Line 2:
  
 The School of Computer Science has several docker images available for use. Our dockerhub account is [[https://hub.docker.com/u/socsguelph|socsguelph]]. The School of Computer Science has several docker images available for use. Our dockerhub account is [[https://hub.docker.com/u/socsguelph|socsguelph]].
 +
 +==== Installing Docker ====
 +
 +Docker can be downloaded through the [[https://www.docker.com/products/docker-desktop|Docker Website]]. Direct links to the installers are also available below.
 +
 +  * [[https://download.docker.com/mac/stable/Docker.dmg|Docker For Mac]]
 +  * [[https://download.docker.com/win/stable/Docker Desktop Installer.exe|Docker for Windows]]
 +
 +Docker is also available for Linux. Instructions are available for popular distributions such as [[https://docs.docker.com/install/linux/docker-ce/ubuntu/|Ubuntu]],[[https://docs.docker.com/install/linux/docker-ce/debian/|Debian]], [[https://docs.docker.com/install/linux/docker-ce/fedora/|Fedora]], or [[https://docs.docker.com/install/linux/docker-ce/centos/|CentOS]].
  
 ==== Images ==== ==== Images ====
 +
 +Installing an image through Docker Hub is the easiest way to get started with a Docker Image. Once you have installed and started Docker on your machine, from a terminal run the command ''%%docker pull IMAGENAME%%'', where IMAGENAME is the name of the image you wish to install. As soon as the download has completed, your image is ready to run. See below for a list of available SoCS Image Names.
 +
 +Recommend only for advanced users, you can also build a docker container using one of the linked DockerFiles below.
  
 === SoCS Linux ==== === SoCS Linux ====
Line 9: Line 22:
 This image replicates the packages available on the SoCS Linux/NoMachine cluster. This image replicates the packages available on the SoCS Linux/NoMachine cluster.
  
-=== CIS 6020 Jupyter === +**Image Name:** socsguelph/socslinux
- +
-This is the image for running Jupyter in CIS*6020.+
  
  
techsupport/docker/start.1575993811.txt.gz · Last modified: 2019/12/10 16:03 by kjohns23