I am using Ubuntu 14.04 with docker v1.8.2. Docker works long before that. Then I just upgraded my Linux kernel from 3.16 to 4.05, and now the dockers are broken.
simlw@sim-lw:~$ docker images Cannot connect to the Docker daemon. Is 'docker -d' running on this host?
simlw@sim-lw:~$ ps auxww | grep docker simlw 23085 0.0 0.0 15976 2276 pts/24 S+ 13:12 0:00 grep --color=auto docker
simlw@sim-lw:~$ sudo docker -d Warning: '-d' is deprecated, it will be removed soon. See usage. WARN[0000] please use 'docker daemon' instead. INFO[0000] Listening for HTTP on unix (/var/run/docker.sock) ERRO[0000] [graphdriver] prior storage driver "aufs" failed: driver not supported FATA[0000] Error starting daemon: error initializing graphdriver: driver not supported
Does anyone know how to solve this? thanks in advance.
Note that I already read Unable to connect to the Docker daemon. Does "docker -d" work on this host? and Docker Daemon is not working , and both of them do not help me.
Ubuntu AUFS 3.18, OverlayFS Linux. , docker AUFS, /var/lib/docker/aufs. , , -s --storage-driver= .
/var/lib/docker/aufs
-s
--storage-driver=
, , , OverlayFS, : sudo docker daemon -s overlay. , , /etc/default/docker, :
sudo docker daemon -s overlay
/etc/default/docker
# Force OverlayFS for storage driver DOCKER_OPTS="$DOCKER_OPTS -s overlay"
Debian Jessie , linux-image-4.2, aufs.
- docker aufs. , , , !
sudo rm -rf/var/lib/docker/aufs
docker root, :
root
sudo usermod -aG docker <userid>
. ββ , :
sudo service docker restart
Source: https://habr.com/ru/post/1611235/More articles:"Click" does not work for some elements on iOS cordova - jquerymedia player does not load when activity is recreated when orientation changes - androidHow to get the search key when someone edits the result after the search - phpXML parsing failed on row 1, column 9: DTD not allowed - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1611234/gulp-browserify-bundle-time-takes-too-long&usg=ALkJrhieu2H4TFWOCwi46xnQirYyAuZbxQOverload resolution, when the argument is a list of initializers, and the parameter is a link - c ++Docker Daemon not working - dockerError loading Bootstrap on iPhone - jqueryVerify Javascript loading correctly - javascriptusing io.socket.get in sails js socket.io - socket.ioAll Articles