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

Health check does not work with Docker Machine 1.6 on boot2docker #106

Open
maxekman opened this issue Feb 11, 2016 · 1 comment
Open

Health check does not work with Docker Machine 1.6 on boot2docker #106

maxekman opened this issue Feb 11, 2016 · 1 comment

Comments

@maxekman
Copy link
Contributor

The Docker Remote API used by Docker 1.10 requires HTTPS, which makes the health check fail:

2016/02/11 09:36:29 Pull aborted: 192.168.99.100:2376 does not appear to be running Docker

When running with -disable-checks pull images works normally.

See: https://docs.docker.com/engine/reference/api/docker_remote_api/#using-docker-machine-with-the-api

@relistan
Copy link
Contributor

I have this working by specifying the full host with port. Are you still unable to get this running? There are other compatibility issues with 1.10 for sure, though, so fixing this won't solve that. See #108

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