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

Update jupiterhub-for-openbis.md

parent f68bb3ae
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -77,6 +77,10 @@ the following command: ...@@ -77,6 +77,10 @@ the following command:
docker run -v /Users/juanf/jupyterhub-local/home:/home -v /Users/juanf/jupyterhub-local/config/certificates:/vagrant/config/certificates -e OPENBIS_URL=https://129.132.228.42:8443 -e JUPYTERHUB_INTEGRATION_SERVICE_PORT=8002 -e JUPYTERHUB_PORT=8000 -e CERTIFICATE_KEY=/vagrant/config/certificates/default.key -e CERTIFICATE_CRT=/vagrant/config/certificates/default.crt -p 8000:8000 -p 8081:8081 -p 8001:8001 -p 8002:8002 585a9adf333b ./vagrant/initialize/start_jupyterhub.sh docker run -v /Users/juanf/jupyterhub-local/home:/home -v /Users/juanf/jupyterhub-local/config/certificates:/vagrant/config/certificates -e OPENBIS_URL=https://129.132.228.42:8443 -e JUPYTERHUB_INTEGRATION_SERVICE_PORT=8002 -e JUPYTERHUB_PORT=8000 -e CERTIFICATE_KEY=/vagrant/config/certificates/default.key -e CERTIFICATE_CRT=/vagrant/config/certificates/default.crt -p 8000:8000 -p 8081:8081 -p 8001:8001 -p 8002:8002 585a9adf333b ./vagrant/initialize/start_jupyterhub.sh
| :warning: WARNING |
|:---------------------------|
| I should warn you ... |
> :warning: **Please note the following configuration options:** > :warning: **Please note the following configuration options:**
> 1. -v /Users/juanf/jupyterhub-local/home:/home - > 1. -v /Users/juanf/jupyterhub-local/home:/home -
> This option is only required if you want to store the changes you are making. You need to have a home directory for this. It is not necessary for testing, as the image will provide a default one. This directory should contain a "vagrant" sub directory. > This option is only required if you want to store the changes you are making. You need to have a home directory for this. It is not necessary for testing, as the image will provide a default one. This directory should contain a "vagrant" sub directory.
...@@ -84,8 +88,6 @@ the following command: ...@@ -84,8 +88,6 @@ the following command:
> This option is only required in production environments where you need valid certificates. It is not necssary for testing, as the image will provide a default one. > This option is only required in production environments where you need valid certificates. It is not necssary for testing, as the image will provide a default one.
> 3. OPENBIS_URL= https://129.132.228.42:8443 - By defaut docker is in bridge mode, which means that your docker container accesses your local machine network directly through it. If you have a local openBIS installation please use your IP address; if you use a server installation use the typical address you use to access it. > 3. OPENBIS_URL= https://129.132.228.42:8443 - By defaut docker is in bridge mode, which means that your docker container accesses your local machine network directly through it. If you have a local openBIS installation please use your IP address; if you use a server installation use the typical address you use to access it.
==highlighet text==
To stop a running docker container, run "**docker kill container\_ID"**. To stop a running docker container, run "**docker kill container\_ID"**.
The container\_ID can be found by running the command **"docker ps"**. The container\_ID can be found by running the command **"docker ps"**.
......
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