6. $ docker system
5
$ docker system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 5 3 692.1 MB 182.8 MB (26%)
Containers 3 3 63 B 0 B (0%)
Local Volumes 3 2 37.14 MB 0 B (0%)
$ docker system prune
WARNING! This will remove:
- all stopped containers
- all volumes not used by at least one container
- all networks not used by at least one container
- all dangling images
使用量確認($ docker system df)
お掃除($ docker system prune)