Skip to content

Commit

Permalink
run the docker container with -it
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 15, 2025
1 parent 0729d68 commit 07ef576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ echo "Encointer client docker tag: ${DOCKER_TAG}"

# `--add-host host.docker.internal:host-gateway` is only needed for linux
# 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
docker run -it --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 07ef576

Please sign in to comment.