ansible-role-docker
ansible-role-docker copied to clipboard
devicemapper no longer supported should be overlay2 by default
level=error msg="Failed to GetDriver graph" driver=devicemapper error="graphdriver plugins are only supported with experimental mode" home-dir=/var/lib/docker
https://github.com/docker/for-linux/issues/452
https://github.com/docker/cli/pull/1424
https://github.com/moby/moby/issues/38194
Thanks for reporting this. Could you create a PR with a fix? It should be as simple as editing one line I. defaults/main.yml file.
ok