Skip to content

Commit

Permalink
e2e: updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromerousselot committed Feb 11, 2021
1 parent 17d9616 commit e79850e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions endtoend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ build nodejs tests docker image:
cd end2end
docker build -t minima-e2e .

stop all running docker images:
stop all running docker images (useful to stop instances manually, otherwise script stops automatically old instances at restart):
docker stop $(docker ps -a -q)

run docker instance to create network and perform network connectivity check (requires at least one connection):
docker run -v /var/run/docker.sock:/var/run/docker.sock --network minima-e2e-testnet minima-e2e


All in one:
docker build -t minima-e2e . && docker run -v /var/run/docker.sock:/var/run/docker.sock --network minima-e2e-testnet minima-e2e

0 comments on commit e79850e

Please sign in to comment.