Skip to content

Commit 74119a0

Browse files
Ryu-Shinzakitakeutak
authored andcommitted
fix(examples): add explanations about docker group to examples/electricity-trade and examples/cartrade-2
Signed-off-by: Ryu-Shinzaki <[email protected]>
1 parent 6174cbd commit 74119a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cartrade/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ Before you begin, you need to check that you have all the prerequisites installe
103103
1. Stop the docker containers of Ethereum and Fabric
104104
- 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.
105105
- 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`.
106+

0 commit comments

Comments
 (0)