Site Tools


techsupport:docker:start

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
techsupport:docker:start [2019/12/10 16:39] kjohns23techsupport:docker:start [2023/05/09 14:57] (current) kjohns23
Line 5: Line 5:
 ==== Installing Docker ==== ==== Installing Docker ====
  
-Docker can be downloaded through the [[https://www.docker.com/products/docker-desktop|Docker Website]].+Docker can be downloaded through the [[https://www.docker.com/products/docker-desktop|Docker Website]]. Direct links to the installers are also available below.
  
-==== Images ====+  * [[https://download.docker.com/mac/stable/Docker.dmg|Docker For Mac]] 
 +  * [[https://download.docker.com/win/stable/Docker Desktop Installer.exe|Docker for Windows]]
  
-Images can be installed through two different methods+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]].
  
-== Docker Hub ==+==== Images ====
  
-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.+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.
  
-== Build from Docker File == +Recommend only for advanced users, you can also build a docker container using one of the linked DockerFiles below.
- +
-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 ==== === SoCS Linux ====
Line 24: Line 23:
  
 **Image Name:** socsguelph/socslinux **Image Name:** socsguelph/socslinux
- 
-=== CIS 6020 Jupyter === 
- 
-This is the image for running Jupyter in CIS*6020. 
- 
-**Image Name:** socsguelph/jupyter-cis6020 
  
  
techsupport/docker/start.1575995964.txt.gz · Last modified: 2019/12/10 16:39 by kjohns23