docker system df
docker system prune 【命令】 -a:移除所有镜像(没有用的)
暂停对外提供服务 docker pause 【容器id|容器名】
docker unpause 【容器id|容器名】
← 其他命令 数据卷 →