From 6f48785a7bbf3be8dc9835ffebfc93f7700dc171 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 30 Mar 2025 20:35:49 +0200 Subject: [PATCH] docs(README): adapt example --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fbc808..6c22f1c 100644 --- a/README.md +++ b/README.md @@ -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