fix readme

This commit is contained in:
Cayo Puigdefabregas 2023-09-29 10:05:35 +02:00
parent a7f5de96a5
commit 6c3831d103
1 changed files with 0 additions and 1 deletions

View File

@ -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