Skip to content

Commit

Permalink
Merge pull request #50 from dfinity/aterga-patch-9
Browse files Browse the repository at this point in the history
Refer to the `main` Docker image, not `legacy`
  • Loading branch information
aterga authored Oct 31, 2023
2 parents 697a100 + 86b56e6 commit 2016638
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 @@ -133,7 +133,7 @@ After getting familiar with the basic scenario, you may replace the test caniste
2. Start a local replica instance:
```bash
SNS_TESTING_INSTANCE=$(
docker run -p 8000:8000 -p 8080:8080 -v "`pwd`":/dapp -d ghcr.io/dfinity/sns-testing:v1-legacy dfx start --clean
docker run -p 8000:8000 -p 8080:8080 -v "`pwd`":/dapp -d ghcr.io/dfinity/sns-testing:main dfx start --clean
)
while ! docker logs $SNS_TESTING_INSTANCE 2>&1 | grep -m 1 'Dashboard:'
do
Expand Down

0 comments on commit 2016638

Please sign in to comment.