Thanks to visit codestin.com
Credit goes to github.com

Skip to content

luizsoliveira/docker-compose-BGPGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose-BGPGuard

Just a docker-compose structure for BGPGuard (https://github.com/zhida-li/BGPGuard)

For installation, please follow the instructions:

  1. Install Docker, instructions available: https://docs.docker.com/engine/install/

  2. Clone this repository

     git clone https://github.com/luizsoliveira/docker-compose-BGPGuard
     cd docker-compose-BGPGuard
  1. Clone the BGPGuard repository into the app folder
    git clone https://github.com/zhida-li/BGPGuard app/BGPGuard
  1. Inside the main docker-compose project folder, start docker-compose using the following command:
     docker-compose up
  1. Open your browser at the following URL: http://localhost:5000
  2. Have fun and good research!

In case of BGPGuard code changes, please follow the instructions:

  1. 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
  1. Open your browser at the following URL: http://localhost:5000
  2. Have fun and good research!

About

Just a docker-compose structure to BGPGuard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors