-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error to load plugin with 0.0.5 #4
Comments
I got the same issue: |
After some test, I launch directly te plugin binary file docker-machine-driver-kvm and it generate a core dump. $ docker-machine create --driver kvm --help Anthony. |
The last error message is because of a change in the machine plugin code AFAIK docker/machine#2325 The plugin should still work with machine 5.0 |
Simply rebulding the plugin against the latest machine version works for me. |
I've just pushed a new tag/binary for 0.5.6. |
Hello, i've diownloaded your 0.0.5 release and have tried to test it with d-m 0.0.5 but i get :
$ docker-machine create --driver kvm --help
Error loading driver "kvm": dial tcp: missing address
Any idea ?
Thanks
Anthony.
The text was updated successfully, but these errors were encountered: