boot2docker / boot2docker-cli

boot2docker management utility
Apache License 2.0
339 stars 95 forks source link

Delete even more code and trim down our default message #383

Closed tianon closed 9 years ago

tianon commented 9 years ago

This officially removes support for "download", "init", and "upgrade".

This also adjusts the default message so that it fits comfortably in 80 columns:

$ ./boot2docker download

  WARNING: The 'boot2docker' command line interface is officially deprecated.

  Please switch to Docker Machine (https://docs.docker.com/machine/) ASAP.

  Docker Toolbox (https://docker.com/toolbox) is the recommended install method.

error in run: Sorry, command "download" is no longer supported.

cc @nathanleclaire

tianon commented 9 years ago

I'm thinking that taking out init might be a bit too far, but I don't see a clean way to do so without totally removing the download code completely, which makes it kind of gimped. :confused:

nathanleclaire commented 9 years ago

Argh. Maybe we should just remove upgrade then? download will still download a new ISO but if we're moving to a new repository that shouldn't be an issue, right?

tianon commented 9 years ago

Yeah, download will still be reasonably safe.

tianon commented 9 years ago

Maybe just the warning is actually enough?

nathanleclaire commented 9 years ago

Yeah, I liked the idea of disabling upgrade completely, but I had forgotten how tightly coupled everything is to cmdDownload.

tianon commented 9 years ago

Ok, we tried. :+1: