#Assuming this is the same docker daemon

1 messages · Page 1 of 1 (latest)

left trail
#

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
nimble oriole
#

Oh then you may have a lingering volume? docker volume ls

#

and possibly docker volume prune?

left trail
#

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.

nimble oriole
#

docker system prune?

mortal epoch
#

fyi @nimble oriole , the Dagger info in docker looks like:

#

lgtm

nimble oriole
#

perfect

left trail
#

Total reclaimed space: 292.1GB 😮

#

didn't know about that one. thanks!!