From 83f4d4cce4f5bdf258e45f255e4d046218cf79e5 Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Tue, 1 Aug 2023 08:24:40 +0000
Subject: [PATCH] Update jupiterhub-for-openbis.md

---
 .../advance-features/jupiterhub-for-openbis.md              | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/user-documentation/advance-features/jupiterhub-for-openbis.md b/docs/user-documentation/advance-features/jupiterhub-for-openbis.md
index 63885e044b2..fc908ab12c1 100644
--- a/docs/user-documentation/advance-features/jupiterhub-for-openbis.md
+++ b/docs/user-documentation/advance-features/jupiterhub-for-openbis.md
@@ -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
 
+| :warning: WARNING          |
+|:---------------------------|
+| I should warn you ...      |
+
 > :warning:   **Please note the following configuration options:** 
 > 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.
@@ -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.
 > 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"**.
 
 The container\_ID can be found by running the command **"docker ps"**.
-- 
GitLab