prior storage driver “aufs” failed: driver not supported Error starting daemon: error initializing graphdriver: driver not supported

后端 未结 4 1968
南方客
南方客 2020-12-29 06:44

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:

4条回答
  •  感动是毒
    2020-12-29 07:36

    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:

    • https://github.com/docker/docker/issues/14026
    • https://github.com/docker/docker/issues/15651

提交回复
热议问题