592 B
592 B
Manually Setup
Install Docker/Docker-Compose
$ bash scripts/setup_Docker.sh # Install Docker, Docker-Compose
Download Images
Pull necessary images of peer, orderer, ca, and base image. You may optionally run the clean_env.sh script to remove all existing container and images.
$ bash scripts/cleanup_env.sh
$ bash scripts/download_images.sh
There are also some community images at Dockerhub, use at your own choice.
Now you can try chaincode test operations with the bootup fabric network.