1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

added docker documentation

This commit is contained in:
Massimo Candela
2020-01-18 19:05:10 +01:00
parent 4b1e0b3469
commit cd758e730c
6 changed files with 12 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ Please uncomment the related section and configure according to your needs.
- [Installation](docs/installation.md)
- [Run from binary](docs/installation.md#running-bgpalerter-from-binaries)
- [Run from source code](docs/installation.md#running-bgpalerter-from-the-source-code)
- [Run in Docker](docs/installation.md#running-bgpalerter-in-docker)
- [Monitored prefixes list](docs/prefixes.md#prefixes)
- [Generate prefix list](docs/prefixes.md#generate)
- [Prefix attributes description](docs/prefixes.md#prefixes-fields)

View File

@@ -21,7 +21,6 @@ If you enable email reporting, download also the directory `reports/email_templa
## Running BGPalerter from the source code
1. Git clone this repo.
2. Install Node.js (version >= 10.16) and npm ([installing node and npm](https://nodejs.org/en/download/)).
@@ -29,3 +28,14 @@ If you enable email reporting, download also the directory `reports/email_templa
3. Execute `npm install` to install all dependencies.
4. Run `npm run watch-and-serve` to run the application. At every file change it will self-reload.
## Running BGPalerter in Docker
BGPalerter is available in Docker Hub [here](https://hub.docker.com/r/nttgin/bgpalerter/tags).
There are two main builds:
* `latest` stable version for production monitoring;
* `dev` reflects the last commit in the `dev` branch. Use this only for development purposes.
Additionally, each release has its own build in case you want to revet back to an older version.