Ray Guo

Results 3 issues of Ray Guo

No `realpath` in osx. Breaking installation on osx.

bug

`vmrun list` only lists running VMs. It cannot detect if a Docker Host VM is existing but stopped. So, if the Docker Host VM is not configured as a autostart...

bug

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