增加docker常用命令说明

This commit is contained in:
augushong
2024-07-27 14:54:34 +08:00
parent 575d432982
commit 7f914ed180

View File

@@ -309,4 +309,8 @@ docker remove ulthon_admin
docker exec -it ulthon_admin /bin/bash
# 删除没有运行的镜像
docker image prune -a
# 移除卷
docker volume prune
# 移除所有卷
docker system prune
```