docker / for-linux

Docker Engine for Linux
https://docs.docker.com/engine/installation/
752 stars 85 forks source link

no devicemapper support in 18.09.x on ubuntu and debian #452

Open akosyrev opened 5 years ago

akosyrev commented 5 years ago

I found that last nightly build from this repo https://download.docker.com/linux/ubuntu/dists/xenial/pool/nightly/amd64/ fails with error, when i'm trying to run it with devicemapper:

{
    "storage-driver": "devicemapper"
}

Error message:


failed to start daemon: error initializing graphdriver: driver not supported```

I recompiled it from sources and error is still here. iI built from commit 7718f802c486607f080ab8158953dc668e3f09fb

Also I noticed that bightly build from 2018-09-26 is less than 2018-09-20: 17M vs 24M 
hdp7891000 commented 2 years ago

centos 8.5 docker 18.09.9 and above (https://download.docker.com/linux/static/stable/x86_64/docker-18.09.9.tgz) also have the same problem...

"Failed to GetDriver graph" driver=devicemapper error="graphdriver plugins are only supported with experimental mode"
Error starting daemon: error initializing graphdriver: driver not supported
thaJeztah commented 2 years ago

I don't think it's part of the static binaries (which are mostly intended for testing purposes); for CentOS, install the dynamically linked packages (RPMs); https://docs.docker.com/engine/install/centos/

hdp7891000 commented 2 years ago

Thank you very much, it has been verified that the static build version does not support devicemapper