Skip to content
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

Driver does not work with docker-machine 0.5.5 #32

Closed
legal90 opened this issue Dec 28, 2015 · 2 comments
Closed

Driver does not work with docker-machine 0.5.5 #32

legal90 opened this issue Dec 28, 2015 · 2 comments
Assignees

Comments

@legal90
Copy link
Collaborator

legal90 commented Dec 28, 2015

Reported by @leedm777
Moved from https://github.com/Parallels/docker-machine/issues/10

$ brew switch docker-machine 0.5.4
Cleaning /usr/local/Cellar/docker-machine/0.5.4
Cleaning /usr/local/Cellar/docker-machine/0.5.5
4 links created for /usr/local/Cellar/docker-machine/0.5.4

$ docker-machine ls
NAME          ACTIVE   DRIVER       STATE     URL                       SWARM   DOCKER    ERRORS
default       *        parallels    Running   tcp://10.211.55.70:2376           v1.9.1    
dev           -        virtualbox   Stopped                                     Unknown   
dns-testing   -        parallels    Stopped                                     Unknown   

$ brew switch docker-machine 0.5.5
Cleaning /usr/local/Cellar/docker-machine/0.5.4
Cleaning /usr/local/Cellar/docker-machine/0.5.5
4 links created for /usr/local/Cellar/docker-machine/0.5.5

$ docker-machine ls
Error attempting call to get driver name: connection is shut down
Error attempting call to get driver name: connection is shut down
NAME          ACTIVE   DRIVER       STATE     URL   SWARM   DOCKER    ERRORS
default       -                     Error                   Unknown   unexpected EOF
dev           -        virtualbox   Stopped                 Unknown   
dns-testing   -                     Error                   Unknown   
Error closing a plugin driver: connection is shut down
Error closing a plugin driver: connection is shut down
@legal90
Copy link
Collaborator Author

legal90 commented Dec 28, 2015

It is caused by docker/machine#2636
We should to rebuild the plugin with libmachine v0.5.5 and release a new version

@legal90
Copy link
Collaborator Author

legal90 commented Dec 29, 2015

Fixed in v1.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant