Skip to content

Commit 4066c6c

Browse files
authored
container: Update instructions after #192
1 parent 1e48b80 commit 4066c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/container/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sudo docker buildx build -t ghcr.io/pulp-platform/snitch_cluster:main -f util/co
3535
To run the container in interactive mode:
3636

3737
```shell
38-
docker run -it -v <path_to_repository_root>:/repo -w /repo ghcr.io/pulp-platform/snitch_cluster:main
38+
docker run -it --entrypoint /bin/bash -v <path_to_repository_root>:/repo -w /repo ghcr.io/pulp-platform/snitch_cluster:main
3939
```
4040

4141
## Limitations

0 commit comments

Comments
 (0)