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

addressing comment #247 about weak docker doc

This commit is contained in:
Massimo Candela
2020-05-29 13:32:40 +02:00
committed by GitHub
parent 06ae153d35
commit bcb6ba8934

View File

@@ -67,3 +67,10 @@ There are two main builds:
* `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.
To run the latest stable version of BGPalerter in Docker, do:
```bash
docker pull nttgin/bgpalerter:latest
docker run -i nttgin/bgpalerter
```