-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
/var/run/docker.sock->@: write: broken pipe #256
Comments
When trying to stop odoo and postgresql containers, postgresql say :
and docker show
Increasing COMPOSE_HTTP_TIMEOUT does nothing. With the verbose option to
I must restart the docker systemd service to get it running again. Help would be appreciated. Thanks |
Switching to aufs instead of overlay2 seems to resolve the problem. Docker service should be stopped. All images should be deleted in {
"storage-driver": "aufs"
} Then the images can be loaded. |
Did it once again. According to this post moby/moby#34954 (comment) the logging is responsible. Deactivated it with :
Will see if it works |
@azizyemloul, did it help when you lowered logging level? |
@begemotik not really. I ended up dropping docker-compose and using docker commands directly. That what solved the problem for me. |
Thanks for the explanation. |
Here is what should resolve the problem : |
Since the new docker version using overlay2 as a storage driver, one of our projects stop working randomly complaining about a docker.sock broken pipe.
Is there anyone getting the same issue ?
Thanks
The text was updated successfully, but these errors were encountered: