Parallels / docker-machine-parallels

Parallels driver for Docker Machine https://github.com/docker/machine
MIT License
471 stars 35 forks source link

How does docker machine deprecation effect this? #105

Closed nomasprime closed 3 years ago

nomasprime commented 3 years ago

Subscribed to Parallels specifically for this feature only to find the Docker feature it depends on is deprecated…ohhh Docker 🤦‍♂️

Will this repo be updated accordingly?

legal90 commented 3 years ago

Hi @nomasprime Docker Machine project is deprecated (https://github.com/docker/machine/issues/4537), but should still be working at least on amd64-based computers (Apple machines with Intel CPU). Thus, this driver is expected to work there too.

I'm maintaining this driver on my spare time. Also, there are some developers from Parallels who try to help people here is this repo as they can. So, this project is not officially deprecated - as long as your computer is compatible with Docker Machine and Parallels Desktop for Mac, our driver should work there too.

Also, our driver is used in the project minikube as a library, so Docker Machine is not the only use case for our driver

nomasprime commented 3 years ago

Understood.

Thanks @legal90.