docs: docker-compose down

This commit is contained in:
s3lph 2023-12-10 13:55:44 +01:00
parent fb072a01df
commit 41d34840d9
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -13,7 +13,9 @@ The contents of this repository are licensed under the [MIT license](LICENSE), s
- For detailed infos for each lab, check out the labs' README files. - For detailed infos for each lab, check out the labs' README files.
- To get a lab environment up and running, `cd` into that directory and run `docker-compose up`. - To get a lab environment up and running, `cd` into that directory and run `docker-compose up`.
- Unless otherwise notedf, each lab runs an [alice-lg](https://github.com/alice-lg/alice-lg) looking class on [http://localhost:7340](http://localhost:7340). - When you're done with a lab, run `docker-compose down` to clean up.
- This is especially important when switching between labs, as they use overlapping address ranges.
- Unless otherwise noted, each lab runs an [alice-lg](https://github.com/alice-lg/alice-lg) looking class on [http://localhost:7340](http://localhost:7340).
## Labs ## Labs