docs(README): adapt example
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2025-03-30 20:35:49 +02:00
parent f96b608151
commit 6f48785a7b
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -15,10 +15,11 @@ or kubernetes.
To use this image execute the following command in a docker environment.
```bash
$ docker run \
--rm \
volkerraschek/network-tools:latest \
sh
docker run \
--entrypoint /bin/sh \
-it \
--rm \
docker.io/volkerraschek/network-tools:latest
```
### Kubernetes