-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Connection to Docker Daemon Drop #3016
Comments
I believe this is a duplicate of #2338. It's possible to hit a timeout on the connection when a tty is used (possibly in other situations as well). You can use |
Thanks! I couldn't find a duplicate issue. I'll give it a try. |
Dang. It still disconnected
|
Looks like removing this from the docker-compose.yml file resolved it. tty: true |
In relation to this comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'll have docker up and running with
docker-compose up
All is fine. Then after about a minute, I see this
ERROR: Couldn't connect to Docker daemon - you might need to run
docker-machine start default.
Running
dockker-machine ls
showsI can run
docker-compose up
again and it works for about another minute. Then connection drops.The text was updated successfully, but these errors were encountered: