boot2docker / osx-installer

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

Upgrading doesn't work #33

Closed piclez closed 10 years ago

piclez commented 10 years ago

Since I upgraded to latest osx-installer I can't have docker working in my Mac (10.8.3).

Vagrant 1.6.2 VB 4.3.12

Download and run boot2docker from /Applications:

executing: VBoxManage hostonlyif create 0%... Progress state: NS_ERROR_FAILURE VBoxManage: error: Failed to create the host-only adapter VBoxManage: error: Failed to execute 'VBoxNetAdpCtl add' (exit status: 768) VBoxManage: error: Details: code NS_ERRORFAILURE (0x80004005), component HostNetworkInterface, interface IHostNetworkInterface VBoxManage: error: Context: "int handleCreate(HandlerArg, int, int_)" at line 66 of file VBoxManageHostonly.cpp 2014/06/19 11:24:47 Failed to create host-only network interface: exit status 1

and

Connecting to tcp://localhost:2022 (attempt #0) . 2014/06/19 11:25:45 Started. 2014/06/19 11:25:45 Auto detection of the VM's IP address. ~$ docker version Client version: 1.0.0 Client API version: 1.12 Go version (client): go1.2.1 Git commit (client): 63fe64c 2014/06/19 11:28:15 Get http://127.0.0.1:2375/v1.12/version: EOF

Any ideas please?

I already tried:

boot2docker delete boot2docker download boot2docker init boot2docker up

and no luck! I don't know what else to try.

Thanks.

piclez commented 10 years ago

Stopping other VMs and restarting via: sudo launchctl load /Library/LaunchDaemons/org.virtualbox.startup.plist let boot2docker work fine.

ferrants commented 9 years ago

I encountered this issue after I upgraded to Mavericks. I updated VirtualBox and the issue went away.