Failed to write all bytes for _bisect.so [closed] Failed to write all bytes for _bisect.so [closed] docker docker

Failed to write all bytes for _bisect.so [closed]


Remove the docker images:

docker rmi $(docker images -f dangling=true -q)

UPDATE:

you can now use prune

docker system prune -af

https://docs.docker.com/engine/reference/commandline/system_prune/


check dfnormally you will find 100% for /var/lib/docker and 100% for/ try to free some space, may be stop syslog service.

Then remove and restart your containers

recheck dfnow /var/lib/docker should be around 15%


During a docker-compose command, I got a similar error ("Failed to write all bytes for _ctypes.pyd") because my drive had no space left on it.