Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure for Docker for Mac Beta, since no certs available under ~/.docker/machine/certs/ #57

Closed
alexrjs opened this issue Jul 26, 2016 · 3 comments

Comments

@alexrjs
Copy link

alexrjs commented Jul 26, 2016

Hi,

with the new Docker for Mac Beta, the Documentation for configuring Mac is no longer working... There are no certificates to use... There is no more folder ~/.docker/machine/certs/*

But the docker is available via rest...
> curl --unix-socket /var/run/docker.sock http://macix:2376/images/json
[{"Id":"sha256:0d409d33b27e47423b049f7f863faa08655a8c901749c2b25b93ca67d01a470d","ParentId":"","RepoTags":["nginx:latest"],"RepoDigests":["nginx@sha256:0fe6413f3e30fcc5920bc8fa769280975b10b1c26721de956e1428b9e2f29d04"],"Created":1464804059,"Size":182786784,"VirtualSize":182786784,"Labels":{}}]

Any idea how to do the setup to use it with your Simple Docker UI tool?

Cheers,
Alex

@felixgborrego
Copy link
Owner

felixgborrego commented Aug 3, 2016

Sorry,
For now, there is no way to connect Chrome with Unix-sockets.
The only workaround I can recommend you is using a proxy:
#42

@felixgborrego
Copy link
Owner

You can use The native SimpleDockerUI for Mac. It makes easy to connect with Docker for Mac.

https://github.com/felixgborrego/docker-ui-chrome-app/releases

@alexrjs
Copy link
Author

alexrjs commented Jan 5, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants