https://github.com/artarts36/docker-cleanup
Lightweight image for prune containers and images from Docker host
https://github.com/artarts36/docker-cleanup
docker docker-container docker-image docker-management-tool
Last synced: 5 months ago
JSON representation
Lightweight image for prune containers and images from Docker host
- Host: GitHub
- URL: https://github.com/artarts36/docker-cleanup
- Owner: ArtARTs36
- License: mit
- Created: 2025-05-07T18:03:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-07T18:14:05.000Z (about 1 year ago)
- Last Synced: 2025-09-08T22:48:14.391Z (10 months ago)
- Topics: docker, docker-container, docker-image, docker-management-tool
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-cleanup


docker-cleanup - is lightweight image for prune containers and images from Docker host
## Deploy to Swarm
```yaml
services:
docker-cleanup:
image: artarts36/docker-cleanup:0.1.0
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
command: --containers --images
deploy:
mode: global
restart_policy:
delay: 8h
```