Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Does not work with docker-machine 0.6.0 #2

Closed
themattrix opened this issue Mar 2, 2016 · 10 comments
Closed

Does not work with docker-machine 0.6.0 #2

themattrix opened this issue Mar 2, 2016 · 10 comments

Comments

@themattrix
Copy link

docker-machine version 0.6.0, build e27fb87
Running pre-create checks...
Creating machine...
(test) Creating SSH key...
Error creating machine: Error in driver during machine creation: unexpected EOF

I think you just need to build against the latest libmachine according to this: docker/machine#2706

@betawaffle
Copy link
Contributor

Thanks @themattrix! I'll get this fixed today.

@themattrix
Copy link
Author

Fantastic! 👍

@themattrix
Copy link
Author

The new release works perfectly! Thanks, @betawaffle!

@betawaffle
Copy link
Contributor

@themattrix Seriously? I found a bug with it :P

@themattrix
Copy link
Author

Worked for me! I spun up a machine, ran some containers on it and destroyed it all with no issues.

@betawaffle
Copy link
Contributor

Great! I'll still re-release it to fix the bug I found.

@themattrix
Copy link
Author

👍

What was the bug?

@betawaffle
Copy link
Contributor

If the machine gets created in docker-machine's data store (whatever that is), but the creation fails on the packet side, you can't delete the machine, because it treats 404s as failures.

@betawaffle
Copy link
Contributor

@themattrix 🎉

@themattrix
Copy link
Author

The new release also works well! Thanks again!

jasmingacic pushed a commit that referenced this issue Feb 24, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants