-
Notifications
You must be signed in to change notification settings - Fork 2k
Upgrade doesn't work for machines where --virtualbox-boot2docker-url
was used in create
#2195
Comments
/cc @tiborvass per #2098 (comment) |
It's difficult to say what the right behavior should be, since there are certainly users who would expect a custom-used ISO to never be overwritten. |
I would recommend two distinct behaviours
There are open issues for the last 2 points of upgrade I think... |
I don't like having both Tibor Vass On Thu, Nov 5, 2015 at 8:22 PM, Dave Tucker notifications@github.com
|
I guess I was trying to say, instead of having one command doing 2 things for 2 different users, it might make sense to split the command in two. Without splitting the behaviours, the other approach I can think of would be as follows:
I get bad vibes from just thinking about baking assumptions like that (only upgrade ISOs from b2d repo) in to code. Especially as the "upgrade" logic could be useful if users were able to change the GitHub repo via a flag. For example, If I'm developing a boot2docker style ISO (e.g https://github.com/docker/boot2docker), it would be useful to me to have users specify that they want this at create time and to re-use the upgrade checking logic.
|
Fixes docker#2200 Note: - "virtualbox: check created engine option (log driver)" fails due to moby/moby#17761 - all virtualbox upgrade tests fail per docker#2195 Signed-off-by: Dave Tucker <dt@docker.com>
Fixes docker#2200 Note: - "virtualbox: check created engine option (log driver)" fails due to moby/moby#17761 - "virtualbox: upgrade is correct version" fails per docker#2195 Signed-off-by: Dave Tucker <dt@docker.com>
Fixes docker#2200 Note: - "virtualbox: check created engine option (log driver)" fails due to moby/moby#17761 - "virtualbox: upgrade is correct version" fails per docker#2195 Signed-off-by: Dave Tucker <dt@docker.com>
Fixes docker#2200 Note: - "virtualbox: check created engine option (log driver)" fails due to moby/moby#17761 - "virtualbox: upgrade is correct version" fails per docker#2195 Signed-off-by: Dave Tucker <dt@docker.com>
Fixes docker#2200 Note: - "virtualbox: check created engine option (log driver)" fails due to moby/moby#17761 - "virtualbox: upgrade is correct version" fails per docker#2195 Signed-off-by: Dave Tucker <dt@docker.com>
Fixes docker#2200 Note: - "virtualbox: check created engine option (log driver)" fails due to moby/moby#17761 - "virtualbox: upgrade is correct version" fails per docker#2195 Signed-off-by: Dave Tucker <dt@docker.com>
Unfortunately, this will hit hard in the near future, as the b2d for Docker 1.9.1 is broken and many people had to use a 1.9.0 ISO or custom images... WDYT of a |
I encountered this problem while trying to update to docker 1.10. |
Sounds good, a new issue / PR for this would help us to track the feature request if you're willing. |
@nathanleclaire provided a PR for this @ #3019 |
To recreate:
I'd expect that machine to be upgraded to the latest version of Docker
The text was updated successfully, but these errors were encountered: