Closed mihaidma closed 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
eval "$(docker-machine env default)"
@FOR /f "tokens=*" %i IN ('docker-machine.exe env') DO @%i
https://github.com/nearform/micro-services-tutorial-iot/pull/28
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