Apologies for asking this one.
I need docker-machine to communicate with a remote docker instance, can I run docker-toolbox installer without risk of conflict?
Or is there another preferred method for installing docker-machine?
Thanks
Share and learn in the Docker community.
Apologies for asking this one.
I need docker-machine to communicate with a remote docker instance, can I run docker-toolbox installer without risk of conflict?
Or is there another preferred method for installing docker-machine?
Thanks
DockerForWindows also installs docker-machine. You can find out, which version your environment uses with the powershell command: get-command docker-machine
Also have a look at your environment PATH settings. It’s executed from left to right. First find wins.
Perfect thank you! Found it and added it to my path