diff --git a/examples/cartrade/README.md b/examples/cartrade/README.md index 2f01015012..53e5acebef 100644 --- a/examples/cartrade/README.md +++ b/examples/cartrade/README.md @@ -29,6 +29,7 @@ Before you begin, you need to check that you have all the prerequisites installe ``` ./script-start-ledgers.sh ``` + - (NOTICE: Before executing the above, your account need to be added to the docker group (`usermod -a -G docker YourAccount` from root user)) - If the following containers are started when displaying the container list with the docker ps command, it will be fine. ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES @@ -102,4 +103,3 @@ 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 ` 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 ` 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`. - diff --git a/examples/electricity-trade/README.md b/examples/electricity-trade/README.md index 4099166b16..e0026eb74c 100644 --- a/examples/electricity-trade/README.md +++ b/examples/electricity-trade/README.md @@ -30,6 +30,7 @@ Before you begin, you need to check that you have all the prerequisites installe ``` ./script-start-ledgers.sh ``` + - (NOTICE: Before executing the above, your account need to be added to the docker group (`usermod -a -G docker YourAccount` from root user)) - If the following containers are started when displaying the container list with the docker ps command, it will be fine. ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES