Skip to content

Commit

Permalink
fix(examples): add explanations about docker group to examples/electr…
Browse files Browse the repository at this point in the history
…icity-trade and examples/cartrade-2

Signed-off-by: Ryu-Shinzaki <shinzaki.ryu@fujitsu.com>
  • Loading branch information
Ryu-Shinzaki authored and takeutak committed Mar 31, 2021
1 parent 6174cbd commit 74119a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cartrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ Before you begin, you need to check that you have all the prerequisites installe
1. Stop the docker containers of Ethereum and Fabric
- Press the command `docker stop <CONTAINER ID>` to stop the container corresponding to the above containers which were launched by `./script-start-ledgers.sh` on the boot method. If you want to destroy the docker containers, press the command `docker rm <CONTAINER ID>` after the above.
- If any other docker containers are not running on your machine, you can destroy the Docker containers only with `docker ps -aq | xargs docker stop` and `docker ps -aq | xargs docker rm`.

0 comments on commit 74119a0

Please sign in to comment.