machine-drivers / docker-machine-driver-vmware

Docker machine driver for VMware Fusion and Workstation.
https://www.vmware.com/products/personal-desktop-virtualization.html
Apache License 2.0
184 stars 47 forks source link

Driver "vmware" not found. Do you have the plugin binary "docker-machine-driver-vmware" #26

Closed sasha943 closed 4 years ago

sasha943 commented 4 years ago

I tried to setup docker based on VMware Fusion for setup emulator inside container According to instruction from readme file I:

  1. Install VMware Fusion 11 version (trial)
  2. Download binary from GithHub Releases page
  3. Move binary to /usr/local/
  4. execute command: docker-machine create --driver=vmware default

Have an error: Driver "vmware" not found. Do you have the plugin binary "docker-machine-driver-vmware" accessible in your PATH?

Also I tried with Go:

  1. install Go, go version return: go version go1.14 darwin/amd64
  2. execute go get -u github.com/machine-drivers/docker-machine-driver-vmware result: Driver "vmware" not found. Do you have the plugin binary "docker-machine-driver-vmware" accessible in your PATH?

Please help with setup

Thanks,

sasha943 commented 4 years ago

execute wrong command. Close