Now, it is time to bring up our Hyperledger Fabric network. We will use Docker commands to kick off the new Docker compose initially:
docker-compose -f docker-compose-cli.yaml up
The Docker container will trigger the command defined in docker-compose-cli.yaml, as follows:
command: /bin/bash -c './scripts/script.sh
script.sh is a script that contains a series of instructions to fabric deployment and test commands. We also define some business-specific shell script functions in utils.sh.