I'm trying to use docker-machine (v0.16.1) with v0.1.0 of this driver on Windows 10 - 1903 with VMware Workstation 15 Pro.
Basic machine creation and usage works as expected BUT I would really, really like to use Bridged networking and not NAT.
If I manually change the configuration of a previously created machine to use bridged network then docker-machine never finds it's IP address.
DHCP is used on the bridged network and vmrun getGuestIPAddress
returns the assigned address so why can't this driver pick it up?