Skip to content

Instantly share code, notes, and snippets.

@iwanbolzern
Created July 17, 2019 06:04
Show Gist options
  • Save iwanbolzern/659ff4260116044b5941fa8299b0cc9f to your computer and use it in GitHub Desktop.
Save iwanbolzern/659ff4260116044b5941fa8299b0cc9f to your computer and use it in GitHub Desktop.
Docker randomly blocks containers

If docker randomly blocks containers it could propably be a logging issue. Docker blocks a process if one log socket isn't fast enough to process all logs. This behavoir can be desabled by passing: (moby/moby#22502)

--log-opt mode=non-blocking --log-opt max-buffer-size=4m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment