Skip to content
Snippets Groups Projects
Commit 9d09f927 authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update jupiterhub-for-openbis.md

parent eb27ae62
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -258,7 +258,7 @@ using.
Now we can create a new image using as a starting point the latest from
the official repository.
> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times**.
> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times.**
```shell
$ docker build -t jupyterhub-openbis-sis-juanextensions-recipe-20180406 .
......@@ -282,7 +282,7 @@ openbis/jupyterhub-openbis-sis-20180405 latest 585a
How to start a jupyterhub-openbis docker image on a productive JupyterHub server
--------------------------------------------------------------------------------
> :warning: **You can only have **ONE** jupyterhub-openbis image running on a server at one given time, since JupyterHub makes use of certain ports on the machine that are also configured in openBIS**.
> :warning: **You can only have **ONE** jupyterhub-openbis image running on a server at one given time, since JupyterHub makes use of certain ports on the machine that are also configured in openBIS.**
1. Find the jupyterhub-openbis-start.sh file in your server (please ask
your admin).
......@@ -322,7 +322,7 @@ Other useful Docker commands
### Save an image as a tar file to share it
> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times**.
> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times.**
```shell
$ docker save jupyterhub-openbis-sis-20180405 > jupyterhub-openbis-sis-20180405.tar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment