pecigonzalo / docker-machine-vmwareworkstation

VMWare Workstation driver for Docker Machine https://github.com/docker/machine
Apache License 2.0
363 stars 67 forks source link

Allow custom ip address and adapter type #27

Open brunnels opened 8 years ago

brunnels commented 8 years ago

Could you please add parameters to set the network connection type for the VM and also the ip address or hostname to utilize?

On my dev box the firewall is locked down on all adapters so I can't ping or ssh to the NAT device. I can trick it into finishing now by changing the VM to bridged and then manually set the ip address in the dhcp leases file.

Our dhcp server will always create a dns entry based on the hostname so I can use that in the start.sh if the additional driver parameters were added.

pecigonzalo commented 8 years ago

Ill give this a look as soon as i have time! good suggestion