docker-wipe:删除本地Docker容器的脚本

时间:2021-05-17 16:17:57
【文件属性】:
文件名称:docker-wipe:删除本地Docker容器的脚本
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-17 16:17:57
docker Shell docker-wipe.sh 这是用于清理本地docker安装的脚本-表示您的数据,而不是实际的安装。 它提供删除所有图像,容器,网络,卷(小心使用!)或全部的功能。 不推荐使用 提示:您现在可以在本地使用docker做同样的事情,不再需要此脚本: docker stop $( docker ps -aq ) # stop all containers docker system prune --all 用法 ./docker-wipe.sh {containers | images | networks | volumes | all} {parameter} Commands: containers - delete all containers images - delete all images volumes - delete all
【文件预览】:
docker-wipe-master
----README.md(1KB)
----LICENSE(1KB)
----docker-wipe.sh(6KB)
----.editorconfig(188B)

网友评论