diff --git a/README.md b/README.md index 722d179104f672d256e5bfaee159deb8813096cc..d67e7c4781e530b03f512e8db2478c1448f1b3cd 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