Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m0zgen/docker-prune

⚙️ Script for docker cleanup and prune
https://github.com/m0zgen/docker-prune

Last synced: 20 days ago
JSON representation

⚙️ Script for docker cleanup and prune

Awesome Lists containing this project

README

        

# Docker Prune

Docker periodically are using system storage:

```shell
du -sh /var/*
..
33G /var/lib
..
```

Script contains few commands which can try to clean old containers and etc..

In short:
```shell
docker system prune -a
docker volume prune
docker image prune --all
docker builder prune --all
docker buildx prune --all
```