This is happen while I used docker on Proxmox CT, and the media is on VFS.
Follow below to fix.
Stop docket
systemctl stop docker
Edit daemon.json file. If the file is not exist, just create it.
nano /etc/docker/daemon.json
Add storage-driver:
{
"storage-driver": "vfs"
}
start docker
systemctl start docker