Building and Running the Hyperledger Fabric Image

Use the build command inside the project directory, created in the previous step to build the container image with the tag of demohyperledger version.

›_ Console

# cd /root/go/src/github.com/hyperledger/fabric-ca # docker build -t demohyperledger:1.5.4 .    

# GO_TAGS=pkcs11 make fabric-ca-server 

# GO_TAGS=pkcs11 make fabric-ca-client 
image-3285844198-1.jpg

Docker build image

image-3285844198-2.jpg

Docker build image