Just a docker-compose structure for BGPGuard (https://github.com/zhida-li/BGPGuard)
-
Install Docker, instructions available: https://docs.docker.com/engine/install/
-
Clone this repository
git clone https://github.com/luizsoliveira/docker-compose-BGPGuard
cd docker-compose-BGPGuard
- Clone the BGPGuard repository into the app folder
git clone https://github.com/zhida-li/BGPGuard app/BGPGuard
- Inside the main docker-compose project folder, start docker-compose using the following command:
docker-compose up
- Open your browser at the following URL: http://localhost:5000
- Have fun and good research!
- Inside the main docker-compose project folder, stop the container (if is started), build the bgpguard-python-dev image, and start the container again by running the following commands:
docker-compose down
docker-compose build
docker-compose up
- Open your browser at the following URL: http://localhost:5000
- Have fun and good research!