boot2docker asking for password
boot2docker was asking for a password after an upgrade. It seems that the ssh keys didn’t match.
boot2docker up
Waiting for VM and Docker daemon to start...
.........................docker@localhost's password:
I resolved this issue by removing all settings and re-initializing the boot2docker vm.
boot2docker delete
rm -rf ~/.boot2docker/ ~/.ssh/id_boot2docker*
boot2docker init
boot2docker up
Thanks for reading
Feel free to leave a comment if you have remarks or like this post