I just installed Docker on my Debian 7 system according to this guide. When trying to start the Docker daemon via docker -d
, I receive the following output:
INFO[0000] +job serveapi(unix:///var/run/docker.sock)
INFO[0000] WARNING: You are running linux kernel version 3.2.41-042stab094.7, which might be unstable running docker. Please upgrade your kernel to 3.8.0.
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock)
INFO[0000] +job init_networkdriver()
inappropriate ioctl for device
INFO[0000] -job init_networkdriver() = ERR (1)
FATA[0000] inappropriate ioctl for device
What is going on there and how can I fix it? I don't even have an idea what to look for.