When a try to run docker locally in ubuntu 14.04 when i run this line in the console:
sudo docker -d
The console show me this error:
Try removing all downloaded images:
sudo rm /var/lib/docker/aufs -rf
That helped me to recover docker after a kernel update.
Related issues on the github: