nearform / micro-services-tutorial-iot

An instructor led microservices workshop
http://nearform.com
MIT License
54 stars 30 forks source link

docker machine environment setup not working on windows cmd.exe #25

Closed mihaidma closed 8 years ago

mihaidma commented 8 years ago

eval "$(docker-machine env default)" is not working on windows cmd should be done with @FOR /f "tokens=*" %i IN ('docker-machine.exe env') DO @%i

mihaidma commented 8 years ago

https://github.com/nearform/micro-services-tutorial-iot/pull/28