Docker Remote error

I’m getting an error trying to add a Docker Remote connection as a target. Error says “Docker Desktop is not installed” except that it definitely is and is definitely running. Is there a missed config somewhere? (Yes, I rebooted)

Well that is awkward, seems in the latest Docker Desktop 2.2, the needed docker-machine component is no longer installed automatically and you have to add it manually …

For install instructions see:

It basically means download the executable and put it somewhere in your path.

We will see if we can automate that in the future.

Thanks for the quick response!
Super fast install of docker-machine with Homebrew and it worked like a charm.

You need indeed to install docker-machine separately as it is no longer included with Docker Desktop.

MacOS

On the Mac you can simply use homebrew:

brew install docker-machine

Windows 10:

On Windows 10 you can use Chocolatey
(make sure you start powershell as administrator)

choco install docker-machine

A post was split to a new topic: Wappler 4 beta on mac: docker install trouble