From 97c127127ab8a18719d68bd1ecc5efb6356d6c1b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 22 Jun 2021 00:45:51 +0200 Subject: [PATCH] doc: explain which tags to use for Docker Well, it is not totally true yet. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 30173691..b3ce8541 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ You can use Docker to run `lldpd`: --name lldpd \ ghcr.io/lldpd/lldpd:latest +In place of `latest` which provides you with the latest stable +version, you may use `1`, `1.0`, `1.0.12` to match specific versions, +or `master` to get the development version. + To execute `lldpcli`, use: docker exec lldpd lldpcli show neighbors -- 2.39.5