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

Docker-machine fetches obsolete boot2docker iso by default #3

Closed
abelcheung opened this issue Apr 23, 2021 · 1 comment
Closed

Docker-machine fetches obsolete boot2docker iso by default #3

abelcheung opened this issue Apr 23, 2021 · 1 comment

Comments

@abelcheung
Copy link

Problem is noticed when docker-machine creates the initial VM under Windows host. It completely ignores bundled ISO image (but I have installed toolbox2docker in non-default location under D:\something, not sure if it matters), and tries to pull ISO from the now-archived boot2docker. It only allowed me to use the new xfs enabled ISO with --virtualbox-boot2docker-url option specified.

While patching and recompiling docker-machine is a very hefty price to pay for small problem like this. how about a few forewarning words in README?

@kaosagnt
Copy link
Owner

I knew about this but hadn't decided what to do. I haven't wanted to maintain a fork of yet another docker component before coming across the Gitlab fork of docker-machine with has more issues fixed but still will fetch the obsolete boot2docker ISO. I'll add the note to the README. Thanks for the report.

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

2 participants