From 5a5dfbc93f559961fb3f46f3c8e1e3028446eab6 Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Sun, 9 Jan 2022 01:51:36 -0600 Subject: [PATCH] general: add docker hub links to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cf9317d..c70d656 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ Optionally run `make install` to install them to `/usr/local/bin` (`bird-lg-go` Use the Dockerfiles in `frontend` and `proxy` directory. +Ready-to-use images are available at: + +- Frontend: +- Proxy: + ## Frontend The frontend directory contains the code for the web frontend, where users see BGP states, do traceroutes and whois, etc. It's a replacement for "lg.py" in original bird-lg project.