mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-22 10:36:57 +08:00
correct quay.io container repository
This commit is contained in:
committed by
Jude Nelson
parent
575a7c9e60
commit
40ce4e4aab
@@ -5,13 +5,13 @@ You can setup our integration test with docker.
|
||||
First, pull the integration test container from quay.
|
||||
|
||||
```
|
||||
docker pull quay.io/blockstack/blockstack-core-with-regtest:develop
|
||||
docker pull quay.io/blockstack/integrationtests:develop
|
||||
```
|
||||
|
||||
Then, start the docker container:
|
||||
|
||||
```
|
||||
docker run -dt -p 6270:6270 -v /tmp:/tmp -e BLOCKSTACK_TEST_CLIENT_RPC_PORT=6270 -e BLOCKSTACK_TEST_CLIENT_BIND=0.0.0.0 quay.io/blockstack/blockstack-core-with-regtest:develop blockstack-test-scenario --interactive 2 blockstack_integration_tests.scenarios.portal_test_env
|
||||
docker run -dt -p 6270:6270 -v /tmp:/tmp -e BLOCKSTACK_TEST_CLIENT_RPC_PORT=6270 -e BLOCKSTACK_TEST_CLIENT_BIND=0.0.0.0 quay.io/blockstack/integrationtests:develop blockstack-test-scenario --interactive 2 blockstack_integration_tests.scenarios.portal_test_env
|
||||
```
|
||||
|
||||
You can see the running container:
|
||||
|
||||
Reference in New Issue
Block a user