#Assuming this is the same docker daemon
1 messages · Page 1 of 1 (latest)
i might have already nuked it 👀
[~] [i] » docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
[~] [i] » docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
[~] [i] » sudo du -h /var/lib/docker -d 1
[sudo] password for kminehart:
4.0K /var/lib/docker/tmp
493M /var/lib/docker/buildkit
287G /var/lib/docker/overlay2
Oh then you may have a lingering volume? docker volume ls
and possibly docker volume prune?
ah yeah I did miss that. That freed up 77gb. Though overlay2 is still at 287GB. It's possible this is my fault, I do this thing a lot where I ctrl+c the pipeline as the daemon is starting and so I have to killall dagger.
docker system prune?
perfect