Comment 1 for bug 1603842

Revision history for this message
Denis Puchkin (dpuchkin) wrote :

simple workaround - unpause all container:

docker ps -a | grep Paused | cut -d' ' -f1 | xargs -n1 --no-run-if-empty docker unpause