boot2docker / windows-installer

Install Boot2Docker cli, msys-git and VirtualBox
Apache License 2.0
1.21k stars 359 forks source link

Fix for the missing variable environment HOME #115

Closed florentbr closed 6 years ago

florentbr commented 9 years ago

By default, Windows doesn't have the environment variable HOME used in the scripts. This fix sets HOME with USERPROFILE if it's missing. It also adds some cleanup for these files/folders that were still present after uninstall: $HOME.boot2docker $HOME.VirtualBox VMs\boot2docker-vm $HOME.ssh\id_boot2docker.pub $HOME.ssh\id_boot2docker.pub

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).