Skip to content

Docker related issues

thachmai edited this page May 25, 2015 · 2 revisions

This list contains the issues related to Docker itself.

UDP connection problem on container restart

Bug: https://github.com/docker/docker/issues/8795

Suggested work around: sudo conntrack -D -p udp

(you will need sudo apt-get install conntrack)

Clone this wiki locally