docker-machine-vmwareworkstation icon indicating copy to clipboard operation
docker-machine-vmwareworkstation copied to clipboard

VMWare Workstation driver for Docker Machine https://github.com/docker/machine

Results 16 docker-machine-vmwareworkstation issues
Sort by recently updated
recently updated
newest added

Spell Error in Readme.md

This adds options to specify the host folder that is being shared into the VM (like in the virtualbox driver). It includes #54, too and has some cleanup.

Docker for Windows 1.12.1 has a new feature to allow `mfsymlinks `SMB option to support symlinks on bind mounted folder. This allows making sym links in linux when binding a...

As seen on #45 docker-machine silently continues even when it can't find the CLI tools it requires to do anything, this creates 2 issues: - Unnecessarily wastes time doing "nothing"...

In start.sh ``` vmrun.exe list | grep \""${VM}"\" &> /dev/null VM_EXISTS_CODE=$? ``` There are duplicated `"` in `grep \""${VM}"\"` makes grep cannot match the host name. Please correct it as...

bug

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...

enhancement