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

Is this plugin support an windows7 32bit ? #51

Closed ramomo closed 6 years ago

ramomo commented 7 years ago

i'm using an windows7 (32bit) is this plugin support an windows7 32bit ? if no so, are there other ways to working?

C:\Users\Nils> docker-machine.exe create --driver=vmwareworkstation DockerHostVM
Error starting plugin binary: fork/exec C:\Windows\docker-machine-driver-vmwareworkstation.exe: 
This version of %1 is not compatible with the version of Windows you're running. 
Check your computer's system information to see 
whether you need a x86 (32-bit) or x64 (64-bit) version of the program, 
and then contact the software publisher.
Error attempting to get plugin server address for RPC: Failed to dial the plugin server in 10s
pecigonzalo commented 7 years ago

@ramomo Unfortunately it is compiled for 64bit only for now. You can compile it for 32bit I believe but its not done in the current releases