[root@pi ~]# du -hs /var/lib/docker/
17G /var/lib/docker/
12
[root@pi ~]# docker system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 4 2 1.659GB 268.9MB (16%)
Containers 2 2 1.037GB 0B (0%)
Local Volumes 0 0 0B 0B
Build Cache 0 0 0B 0B
123456
[root@pi ~]# docker system prune -a
WARNING! This will remove:
- all stopped containers
- all networks not used by at least one container
- all images without at least one container associated to them
- all build cache
Are you sure you want to continue? [y/N] y
Total reclaimed space: 0B