Skip to content
Snippets Groups Projects
Commit 41668825 authored by GATEAU Thibault's avatar GATEAU Thibault
Browse files

[doc] Using Docker-compose section written

parent c91d71f6
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment