Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noxphx/docker-volumes-cleanup
Simple script to delete dangling docker volumes
https://github.com/noxphx/docker-volumes-cleanup
Last synced: about 1 month ago
JSON representation
Simple script to delete dangling docker volumes
- Host: GitHub
- URL: https://github.com/noxphx/docker-volumes-cleanup
- Owner: noxPHX
- License: gpl-3.0
- Created: 2022-05-03T09:10:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T15:02:14.000Z (over 2 years ago)
- Last Synced: 2024-04-09T10:50:44.369Z (9 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-volumes-cleanup
Simple script to delete dangling docker volumes## Usage
```bash
bash <(wget -qO- https://raw.githubusercontent.com/noxPHX/docker-volumes-cleanup/main/clean.sh)
```