可以使用命令 docker system df ( mirror )(在Docker 1.13.0中引入)查看Docker磁盘的使用情况,例如:
docker system df
username@server:~$ docker system df TYPE TOTAL ACTIVE SIZE RECLAIMABLE Images 44 28 114.7GB 84.84GB (73%) Containers 86 7 62.43GB 41.67GB (66%) Local Volumes 2 1 0B 0B Build Cache 0B 0B
“活跃”是什么意思?即,图像或容器的活动特征是什么?
码头工人 documentation on docker system df ( 镜子 )没有解释。这个 Docker glossary ( mirror )不包含“活动”一词。
我明白:
docker ps
docker container ls
我相信这意味着: