docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.63k stars 1.97k forks source link

Use vmrun to find guest IP #4847

Open lloeki opened 3 years ago

lloeki commented 3 years ago

Since there is no more vmnet devices on Big Sur, there's no DHCP lease update either. Find ip using vmrun's own feature first, falling back to the legacy ones next.

Fixes docker/machine#4846