1 min readFeb 25, 2019
A good writeup and working on fabric 1.4
HOWEVER……
Line After that we will have to create a new file named docker-compose-peer2.yaml, this file will have the configuration of your services for your second physical machine.
Is wrong it should read
After that we will have to create a new file named docker-compose-peer2.yml, this file will have the configuration of your services for your second physical machine.
If set incorrectly then node 2 will not start.
If you get docker permissions issues try the command
sudo chmod 777 /var/run/docker.sock
Its a quick and dirty fix if docker fails to run…