nearform/micro-services-tutorial-iot

docker machine environment setup not working on windows cmd.exe

Closed this issue · 1 comments

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