]> git.gsnw.org Git - fping.git/commitdiff
Expansion of README to include docker usage
authorGerman Service Network <support@gsnw.de>
Tue, 24 Feb 2026 15:45:10 +0000 (16:45 +0100)
committerSebastian <176771227+gsnw-sebast@users.noreply.github.com>
Sat, 25 Apr 2026 05:33:13 +0000 (07:33 +0200)
README.md

index 2840996f1c2663cc9d51f3cc128045ed78862d30..c34e6d84a3cf45d362a1d54af60f78681650545b 100644 (file)
--- 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)