From b7c64622c92adc19cbf0f30f002f52a59d0b6cf7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 28 Mar 2021 16:24:32 +0200 Subject: [PATCH] fix: use sh shell instead bash --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bcec2e..7d967ac 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To use this image execute the following command in a docker environment. $ docker run \ --rm \ volkerraschek/network-tools:latest \ - bash + sh ``` ### Kubernetes @@ -34,5 +34,5 @@ kubectl create -f https://git.cryptic.systems/volker.raschek/network-tools/raw/b Execute a shell inside the container by ```bash -kubectl exec -it network-tools -- bash +kubectl exec -it network-tools -- sh ```