From 416688256cbd209e3b9fae83b6a9986b9f186174 Mon Sep 17 00:00:00 2001
From: "t.gateau" <thibault.gateau@isae.fr>
Date: Mon, 7 Dec 2020 11:55:46 +0100
Subject: [PATCH] [doc] Using Docker-compose section written

---
 README.md | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 117f25b..1d1cc63 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,26 @@ Visit the [Nanospace test server](https://dcas-nanostar.isae.fr) of ISAE-SUPAERO
 
 ## Using Docker-compose
 
-coming soon...
+demo.bash script will : 
 
+  - download docker images
+  - load docker image
+  - launch docker-compose
+  - launch a browser
+
+it suppose that you have docker and docker-compose installed.
+
+```
+bash demo.bash
+```
+
+to stop deployement: 
+
+docker
+
+```
+docker-compose down
+```
 ## Docker build and run images on localhost
 
 ```
-- 
GitLab