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 17:17] kjohns23techsupport:docker:start [2023/05/09 14:57] (current) kjohns23
Line 23: 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 
- 
-To run this image, in a terminal, run the command ''%% docker run -p 8888:8888 socsguelph/jupyter-6020%%'' Once the docker container has started, you will be presented with a URL that looks like "http://127.0.0.1:8888/?token=SECRETTOKEN". Copy and paste this link into a Web Browser on the same machine you are running Docker to access Jupyter. 
- 
-As Docker containers are not persistent, any notebooks uploaded to Jupyter may not be available later. To mount the current working directory from your machine to be available in Jupyter, run the command ''%%docker run -p 8888:8888 -v "$PWD:/home/jovyan/notebooks" socsguelph/jupyter-6020%%'' 
- 
-For additional documentation on Docker and Jupyter, see the [[https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html|Jupyer Docker Documentation]]. 
  
  
techsupport/docker/start.1575998222.txt.gz · Last modified: 2019/12/10 17:17 by kjohns23