Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFailed to start docker daemon on linux kernel 4.9.0-0 #29488
Comments
This comment has been minimized.
This comment has been minimized.
This is the problem here;
The IIRC, Manjaro linux is based on Arch, which is known to be distributing "bleeding edge" packages, and because of that is known to break things regularly. For this reason, we don't have official packages for that distribution. To resolve this; check if aufs is available for that kernel version, or select a different storage driver. When selecting a different storage driver, you may want to do a "factory reset" and remove your For kernel 4 and up, the I'm going to close this issue, because this is not a platform for which we ship packages, and this looks not to be a bug in docker, but feel free to comment after I closed. |
thaJeztah
closed this
Dec 16, 2016
This comment has been minimized.
This comment has been minimized.
jbtrystram
commented
Feb 2, 2017
Hi, I just upgraded to kernel 4.9 on Ubuntu 16.10 and get the same error. looks like aufs is not shipped with the 4.9 ubuntu kernel |
This comment has been minimized.
This comment has been minimized.
aufs has never been part of the kernel, and always has been an optional package (see my comment above); depending on the distribution, the As mentioned above; on kernel 4 and up, |
This comment has been minimized.
This comment has been minimized.
abpostelnicu
commented
Sep 23, 2017
I thinks this solves the issue: https://stackoverflow.com/questions/37110291/how-to-enable-aufs-on-debian |
rakshazi commentedDec 16, 2016
Description
Failed to start docker daemon on linux kernel 4.9.0-0
Steps to reproduce the issue:
Describe the results you received:
Log from
journalctl -xe
:Describe the results you expected:
Docker daemon must start
Additional information you deem important (e.g. issue happens only occasionally):
lsb_release -a
:Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Physical