-
Notifications
You must be signed in to change notification settings - Fork 122
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
Docker hangs on setting hosts in the advanced settings tab. #1595
Comments
I have the same problem on mac. |
I'm having the same problem. I added a Initially, I added DIAGNOSTIC ID
INFORMATION
|
Having the same problem here. This "advanced" configuration causes Docker to hang. |
Same issue as above, when set the hosts in advanced configurations. DIAGNOSTIC ID |
Same issue on Ubuntu 16.04, when set hosts argument in |
Hey All, Have a same issue with next configuration for the docker daemon.
Docker CE for mac stuck with message "Docker starting".
I've logged to VM and updated I am going to update DIAGNOSTIC ID |
This https://github.com/stephank/docker-for-mac-nfs helped me to update xhyve VM |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
In the advanced settings tab I add the hosts json tag: "hosts": ["tcp://0.0.0.0:2376"] to request to listen on a port. I expect the docker instance to listen for connections on that port on all interfaces.
Actual behavior
On restart the docker instance hangs with no further information.
Information
(On restore, the diagnostic does not return with the hosts setting)
Docker for Mac: version: 17.03.1-ce-mac5 (b18e2a50c)
macOS: version 10.12.4 (build: 16E195)
logs: /tmp/9EF8EC92-3011-4764-B408-62A838AD0335/20170507-123618.tar.gz
failure: docker ps failed: (Failure "docker ps: timeout after 10.00s")
[OK] vmnetd
[OK] dns
[OK] driver.amd64-linux
[OK] virtualization VT-X
[OK] app
[OK] moby
[OK] system
[OK] moby-syslog
[OK] db
[OK] env
[OK] virtualization kern.hv_support
[OK] slirp
[OK] osxfs
[OK] moby-console
[OK] logs
[ERROR] docker-cli
docker ps failed
[OK] menubar
[OK] disk
No docker container failure, this is starting with extra configuration:
{
"tlsverify": true,
"tlskey": "/Users/phiro/docker-certs/server-key.pem",
"tlscacert": "/Users/phiro/docker-certs/ca.pem",
"ip": "192.168.2.107",
"tlscert": "/Users/phiro/docker-certs/server-cert.pem",
"hosts": ["tcp://0.0.0.0:2376"]
}
Steps to reproduce the behavior
{
"tlsverify": true,
"tlskey": "/Users/phiro/docker-certs/server-key.pem",
"tlscacert": "/Users/phiro/docker-certs/ca.pem",
"ip": "192.168.2.107",
"tlscert": "/Users/phiro/docker-certs/server-cert.pem",
"hosts": ["tcp://0.0.0.0:2376"]
}
Start fails (hangs)
Now starting with :
{
"tlsverify": true,
"tlskey": "/Users/phiro/docker-certs/server-key.pem",
"tlscacert": "/Users/phiro/docker-certs/ca.pem",
"ip": "192.168.2.107",
"tlscert": "/Users/phiro/docker-certs/server-cert.pem"
}
starts ok but it does not appear to listen on any port.
The text was updated successfully, but these errors were encountered: