Skip to content

Commit

Permalink
check if default alice works
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 14, 2025
1 parent 83ab614 commit 09c87dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ DOCKER_TAG=${1:-1.13.0}
echo "Encointer client docker tag: ${DOCKER_TAG}"

# `--add-host host.docker.internal:host-gateway` is only needed for linux
docker run --add-host host.docker.internal:host-gateway encointer/encointer-client-notee:${DOCKER_TAG} bootstrap_demo_community.py -u ws://host.docker.internal -p 9944 --signer //Alice
# Alice is default signer
docker run --add-host host.docker.internal:host-gateway encointer/encointer-client-notee:${DOCKER_TAG} bootstrap_demo_community.py -u ws://host.docker.internal -p 9944

0 comments on commit 09c87dd

Please sign in to comment.