From 6c3831d10364f0376a0d816356f3c858917575cd Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 29 Sep 2023 10:05:35 +0200 Subject: [PATCH] fix readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d9e831d2..ff452293 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ That means the two Devicehub instances are running in their containers, that can docker compose down -v ``` -If you want to enter a shell inside a container: If you want to enter a shell inside a **new instance of the container**: ``` docker run -it --entrypoint= ${target_docker_image} bash