machine-drivers / docker-machine-driver-vmware

Docker machine driver for VMware Fusion and Workstation.
https://www.vmware.com/products/personal-desktop-virtualization.html
Apache License 2.0
182 stars 47 forks source link

Use `machine-drivers/machine` instead of `docker/machine` #47

Closed spowelljr closed 2 years ago

spowelljr commented 2 years ago

docker/machine is an archived repository that's no longer going to receive updates or improvements. machine-drivers has it's own fork of the docker/machine repository machine-drivers/machine, which is still actively being maintained.

mikeroySoft commented 2 years ago

confirmed it all works as expected... thank you for the PR @spowelljr !

spowelljr commented 2 years ago

Hi @mikeroySoft, thanks for merging! Would it be possible for you to do a release so I can get this change into kubernetes/minikube?

mikeroySoft commented 2 years ago

I created a new release and submitted to Homebrew: https://github.com/Homebrew/homebrew-core/pull/88267 The GitHub Action wasn't behaving so I manually did it via brew bump-formula-pr

spowelljr commented 2 years ago

Awesome, thank you very much @mikeroySoft!