From a468978b396bdfc52ef6ab6a86000622da8b28bc Mon Sep 17 00:00:00 2001 From: German Service Network Date: Tue, 24 Feb 2026 16:45:10 +0100 Subject: [PATCH] Expansion of README to include docker usage --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2840996..c34e6d8 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,26 @@ cap_net_admin. Have a look at the [fping(8)](doc/fping.pod) manual page for usage help. (`fping -h` will also give a minimal help output.) +## Docker usage + +You can use the current Docker image from the develop branch directly from GitHub. + +Github Docker: `ghcr.io/schweikert/fping:latest` + +The following example uses podman, but you can replace `podman` with `docker` if you prefer. + +**Load or update Docker image** + +``` +podman pull ghcr.io/schweikert/fping:latest +``` + +**Run fping** + +``` +podman run --rm fping:latest 127.0.0.1 +``` + ## Credits * Original author: Roland Schemers (schemers@stanford.edu) -- 2.43.0