Skip to content

Commit

Permalink
Merge pull request #401 from phcco/better-docker-example
Browse files Browse the repository at this point in the history
  • Loading branch information
orf authored Nov 29, 2023
2 parents 473a66f + 293173b commit 2928fb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ sudo emerge net-misc/gping::dm9pZCAq
* [ports](https://cgit.freebsd.org/ports/tree/net-mgmt/gping) `cd /usr/ports/net-mgmt/gping; make install clean`
* Docker:
```sh
docker run ghcr.io/orf/gping:gping-v1.14.0 -- --help
# Check all options
docker run --rm -ti --network host ghcr.io/orf/gping:gping-v1.15.1 --help
# Ping google.com
docker run --rm -ti --network host ghcr.io/orf/gping:gping-v1.15.1 google.com
```

# Usage :saxophone:
Expand Down

0 comments on commit 2928fb1

Please sign in to comment.