boot2docker / osx-installer

Docker installer for Mac OS X
Apache License 2.0
1.25k stars 258 forks source link

boot2docker OSX uninstall script tweak #129

Closed TimZaman closed 6 years ago

TimZaman commented 8 years ago

Hi,

The boot2docker uninstall script for osx (uninstall.sh) tests for the existance of the command 'boot2docker' before it will uninstall boot2docker related things. This means that if this particular binary does not exist, it will not delete anything at all. If you had gotten rid of only the binary of the binary was not in your path at this particular moment, it also means the rest of the boot2docker files (which might exist!) are not removed. I would suggest removing the boot2docker test.

tianon commented 6 years ago

Sorry, this repository is long-since deprecated in favor of Docker Toolbox (whose usage is now also discouraged in favor of Docker for Windows and Docker for Mac).