Skip to content

Commit

Permalink
Do not override container entrypoint since it's already set to `/vali…
Browse files Browse the repository at this point in the history
…da-toolchain/valida-shell`
  • Loading branch information
marcinbugaj authored Nov 29, 2024
1 parent 57ebacf commit 6caccee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker pull ghcr.io/lita-xyz/llvm-valida-releases/valida-build-container:v0.5.0-
cd your-valida-project

# Enter the container:
docker run --platform linux/amd64 --entrypoint=/bin/bash -it --rm -v $(realpath .):/src ghcr.io/lita-xyz/llvm-valida-releases/valida-build-container:v0.5.0-alpha
docker run --platform linux/amd64 -it --rm -v $(realpath .):/src ghcr.io/lita-xyz/llvm-valida-releases/valida-build-container:v0.5.0-alpha

# You are now in a shell with the valida rust toolchain installed!
```
Expand Down

0 comments on commit 6caccee

Please sign in to comment.