If the output is overlay, then apply the following workaround:
Stop the Docker engine.
Changed DOCKER_OPTS to set storage-driver value to device mapper, edit
/etc/docker/daemon.json, and add
"storage-driver" : "devicemapper" at the end of existing keys.
Start the Docker engine.
Note: You can lose the existing Docker images due to the above change.