You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Docker images for base JupyterLab environments used in [UW-IT JupyterHub for Tea
10
10
11
11
Running notebook locally
12
12
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/<image_name>:<image_tag>`
13
-
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion
13
+
- Console output will include localhost url with access token. Add '/lab' to the end of the path portion for the JupyterLab interface, eg: `http://127.0.0.1:8888/lab`
14
14
15
15
Accessing server shell locally
16
16
-`docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/<image_name>:<image_tag>`
0 commit comments