I am trying to make a peer and i am running the following command for it:
vagrant up
vagrant ssh
cd $GOPATH/src/github.com/hyperledger/fabric
make peer
When I do this, I get the following error:
vagrant@ubuntu-1404:/opt/gopath/src/github.com/hyperledger/fabric$ make peer
Makefile:45: *** "No docker in PATH: Check dependencies". Stop.