https://github.com/misp/dockerized_training_environment
A training environment, with docker.
https://github.com/misp/dockerized_training_environment
Last synced: about 1 year ago
JSON representation
A training environment, with docker.
- Host: GitHub
- URL: https://github.com/misp/dockerized_training_environment
- Owner: MISP
- License: mit
- Created: 2020-03-04T17:32:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T10:11:33.000Z (about 1 year ago)
- Last Synced: 2025-04-23T11:24:54.644Z (about 1 year ago)
- Language: Python
- Size: 394 KB
- Stars: 9
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dokerized_training_environment
A training environment, with docker.
nginx is a reverse proxy allowing you to conect to all the MISPs instance:
* http://misp-central.local
* http://misp-1.local
* ....
# What does what
* `init_misps.py`: Initialize N dockers
* `stop_misps.py`: Guess.
* `refresh_misps.py`: Run the refresh script on all the MISP instances
* `setup_sync.py`: Setup sync from nodes to central
* `setup_nginx.py`: Setup nginx
* `start_nginx.py`: Start nginx
* `stop_nginx.py`: Stop nginx