Skip to content

Commit

Permalink
docs: Update Docker usage
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Dec 20, 2024
1 parent d293bd6 commit 6e85387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sudo docker buildx build -t ghcr.io/pulp-platform/snitch_cluster:main -f util/co
To run the container in interactive mode:

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

## Limitations
Expand Down

0 comments on commit 6e85387

Please sign in to comment.