From ff2daf3d789b6b55bea318687d6c45f8379868e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ter=C3=A9zia=20Slanin=C3=A1kov=C3=A1?= <445526@mail.muni.cz> Date: Thu, 28 Nov 2024 14:44:59 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 722d179..d67e7c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ssh-enabled-docker-image +## How to build the image ``` docker build -t my-jupyter-nglview-ssh . @@ -7,4 +8,7 @@ docker tag my-jupyter-nglview-ssh:latest cerit.io/tslaninakova/my-jupyter-nglvie docker push cerit.io/tslaninakova/my-jupyter-nglview-ssh:latest ``` -in jupyterhub, use "Custom image": `cerit.io/tslaninakova/my-jupyter-nglview-ssh:latest` \ No newline at end of file +## How to use ssh in jupyterhub +Follow the instructions in [cerit.io/en/web-apps/jupyterhub#notebook-ssh-access](https://docs.cerit.io/en/web-apps/jupyterhub#notebook-ssh-access). + +In jupyterhub configuration, use "Custom image": `cerit.io/tslaninakova/my-jupyter-nglview-ssh:latest` \ No newline at end of file -- GitLab