instant-archlinux-on-mac icon indicating copy to clipboard operation
instant-archlinux-on-mac copied to clipboard

Docker fails to run if Homebrew docker is installed but not linked

Open kode54 opened this issue 7 years ago • 1 comments

The install will simply return successfull with a message about Docker being installed but not linked. It is necessary to brew link docker if this has occurred. (In the event that you have done something silly like I did, and ran Docker's uninstall.sh, which deletes the symlinks, thinking they are the original files.)

kode54 avatar Mar 19 '17 03:03 kode54

I had the same issue, and it was resolved by just running the install script (of this repo) again.

EDIT1:

I also did:

boot2docker init
boot2docker up

But the script gets stuck on "Waiting for SSH to be available...".

EDIT 2:

Also tried:

docker-machine rm docker-vm

Which fixed the previous issue.

JakobGM avatar Sep 05 '17 20:09 JakobGM