Docker常用指令 1、列出镜像 $ docker image ls 2、查看镜像、容器、数据卷所占用的空间 $ docker system df 3、查看虚悬镜像(dangling image) $ docker image ls -f dangling=true