http://www.ACloudFan.com https://hyperledger.github.io/composer/installing/installing-prereqs#ubuntu
vagrant up vagrant ssh vagrant halt vagrant destroy
vagrant up
PS: If you get a permissions error, run this command
chmod 755 ./scripts/*.sh
Open a terminal window and cd to the root of this project vagrant up vagrant ssh $ ./scripts/install-prereqs.sh // Logout of vagrant $ logout vagrant ssh $ ./scripts/install-fabric-tools.sh $ ./scripts/install-composer.sh
Logout of Ubuntu
vagrant ssh ./downloadFabric.sh
You should be able to use the docker commands on your host machine
set DOCKER_HOST=tcp://localhost:2375
unest DOCKER_TLS_VERIFYdocker images // Should not fail