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