docker / kitematic

Visual Docker Container Management on Mac & Windows
https://kitematic.com
Apache License 2.0
12.25k stars 1.41k forks source link

Mac OS X fails to launch docker #1485

Closed fritzknapp closed 8 years ago

fritzknapp commented 8 years ago

Command failed.docx

I am having issue getting docker toolbox 1.10.1 to run on my Mac

Yosemite 10.10.5

When I run Client: Version: 1.10.1 API version: 1.22 Go version: go1.5.3 Git commit: 9e83765 Built: Thu Feb 11 19:14:21 2016 OS/Arch: darwin/amd64 Cannot connect to the Docker daemon. Is the docker daemon running on this host?

I have tried removing the VM, reinstall... The attached file is output from trying to build the VM through Kitematic

Please let me know what other information you need

FrenchBen commented 8 years ago

From your logs it looks like some of the certs may have failed. I would do the following: Restart your VM: docker-machine restart default

Regenerate your certs: docker-machine regenerate-certs default

fritzknapp commented 8 years ago

Ben,

Thanx for the reply, I tried those commands but it didn’t help…

I think that I have narrowed this down to Cisco Anyconnect, I use that to VPN into my work. If I disconnect, remove the VM, and all files (.docker and the files in /usr/local/bin…) reboot and then reinstall, I can get it to work properly…

However as soon as I launch the VPN, it fails and fails every time there after…

Thoughts?

Fritz Knapp Sr. SAN Administrator MB Mortgage a Division of MB Financial (734) 926-2423 Desk (734) 255-1378 Cell fknapp@mbmortgage.commailto:fknapp@mbmortgage.com

From: French Ben notifications@github.com<mailto:notifications@github.com> Reply-To: docker/kitematic reply@reply.github.com<mailto:reply@reply.github.com> Date: Thursday, February 18, 2016 at 9:16 PM To: docker/kitematic kitematic@noreply.github.com<mailto:kitematic@noreply.github.com> Cc: Fritz Knapp fknapp@mbmortgage.com<mailto:fknapp@mbmortgage.com> Subject: Re: [kitematic] Mac OS X fails to launch docker (#1485)

From your logs it looks like some of the certs may have failed. I would do the following: Restart your VM: docker-machine restart default

Regenerate your certs: docker-machine regenerate-certs default

— Reply to this email directly or view it on GitHubhttps://github.com/docker/kitematic/issues/1485#issuecomment-186015480.


NOTICE:

This email message and any attachments is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential, proprietary and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any retention, disclosure, dissemination, or copying of this communication is strictly prohibited. If you have received this communication in error please notify me immediately by replying to the message and deleting it from your computer. While all reasonable efforts have been taken to ensure that this email and its attachments are virus free no liability can be accepted and it is recommended that the recipient scan all messages and attachments for viruses and other malicious data.

Additionally, notwithstanding anything in this communication or any attachment, nothing contained in this communication or any such attachment shall be deemed a waiver of any rights of MB Financial Bank, N.A., or its parents, subsidiaries or affiliates, under any financing agreement or document between MB Financial Bank, N.A., or its parents, subsidiaries or affiliates, and any individual or entity, or a modification to any such any financing agreement or document, nor shall this email constitute an offer or acceptance for purposes of forming a contract or commitment or amending a contract, unless (a) it explicitly states “E-Contract Intended” or “This email is intended to constitute a binding contract or commitment.” and (b) it is signed by a duly authorized representative of MB Financial Bank, N.A.

FrenchBen commented 8 years ago

Hey Fritz, We have a section in the wiki that talks about Proxy: https://github.com/docker/kitematic/wiki/Common-Proxy-Issues-&-Fixes

Hopefully some of those could help. Let me know!