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
Docker image for RStudio notebook using jupyter-rsession-proxy to handle auth flow with JupyterHub. Note: latest RStudio version that runs correctly is 1.2.5042
3
+
4
+
Running notebook locally
5
+
-`docker run -p 8888:8888 gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest`
6
+
- Console output will include localhost url with access token. Add '/rstudio' to the end of the path portion
7
+
8
+
Accessing server shell locally
9
+
-`docker run -it --entrypoint /bin/bash gcr.io/uwit-mci-axdd/rttl-rstudio-notebook:latest`
0 commit comments