I get this error when I try to build a docker file
error creating aufs mount to /var/lib/docker/aufs/mnt
/6c1b42ce1a98b1c0f2d2a7f17c196221445f1054566065
I'm using Raspbian with Raspberry 4
Best way to do it..
Check your docker version with:
sudo docker info and check "Storage Driver"
sudo systemctl stop dockersudo nano /etc/docker/daemon.json {
"storage-driver": "vfs"
}
sudo systemctl start dockeraltought vfs... has a performance issue and could not be the best choice... :)