我是新來的docker,我試圖在工作計算機上運行boot2docker。我使用從辦公網絡安裝主目錄的用戶帳戶登錄到運行OS X版本10.10.1(Yosemite)的計算機。Boot2Docker for OS X無法啓動
我裝碼頭工人V1.4.1從https://github.com/boot2docker/osx-installer/releases 和VirtualBox的4.3.20的OS X主機從https://www.virtualbox.org/wiki/Downloads
我也跟着上docker.com Mac安裝指示,但我沒有得到的應該是結果。
泊塢窗終端給出了這樣的錯誤:
bash-3.2$ /usr/local/bin/boot2docker init
Virtual machine boot2docker-vm already exists
bash-3.2$ /usr/local/bin/boot2docker up
error in run: Failed to start machine "boot2docker-vm" (run again with -v for details)
bash-3.2$ $(/usr/local/bin/boot2docker shellinit)
error in run: VM "boot2docker-vm" is not running.
bash-3.2$ docker version
Client version: 1.4.1
Client API version: 1.16
Go version (client): go1.3.3
Git commit (client): 5bc2ff8
OS/Arch (client): darwin/amd64
FATA[0000] Get http:///var/run/docker.sock/v1.16/version: dial unix /var/run/docker.sock: no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS?
VirtualBox上開始boot2docker-VM返回以下錯誤:
Failed to open a session for the virtual machine boot2docker-vm.
NamedPipe#0 failed to bind to local socket
/Network/Servers/servername/Volumes/cal/Users/username/.boot2docker/boot2docker-vm.sock (VERR_NOT_SUPPORTED)
我仍然收到一個錯誤:運行錯誤:無法啓動機器「boot2docker-vm」(用-v再次運行)' – xanderlopez
您可以運行boot2docker版本嗎? –
是的。輸出是'Boot2Docker-cli版本:v1.4.1' – xanderlopez