docker常用命令

46 阅读1分钟

一、删除那些已停止的容器、dangling 镜像、未被容器引用的 network 和构建过程中的 cache:

docker system prune

二、重启 docker 服务:

systemctl restart docker