Information
Do not use devicemapper as the storage driver for your Docker instance.
The devicemapper storage driver is deprecated in favor of overlay2, and has been removed in Docker Engine v25.0.
Solution
Do not explicitly use devicemapper as storage driver.
For example, do not start Docker daemon as below:
dockerd --storage-driver devicemapper
Impact:
If you are using Device Mapper, you must migrate to a supported storage driver before upgrading to Docker Engine v25.0.