This commit is contained in:
Baohua Yang
2026-02-09 12:56:12 -08:00
parent 63377d0431
commit b44c9acd6c
228 changed files with 326 additions and 271 deletions

View File

@@ -1,4 +1,4 @@
## 删除容器
## 5.6 删除容器
随着容器的创建和停止系统中会积累大量的容器本节将介绍如何删除不再需要的容器以及如何清理所有停止的容器
@@ -280,4 +280,4 @@ $ docker system prune -a --volumes
- [终止容器](5.3_stop.md)优雅停止容器
- [删除镜像](../04_image/4.3_rm.md)清理镜像
- [数据卷](../07_data_network/data/volume.md)数据卷管理
- [数据卷](../08_data_network/data/volume.md)数据卷管理