Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lotas/dockui
Manage docker disk space usage
https://github.com/lotas/dockui
cli disk-usage docker tui
Last synced: about 1 month ago
JSON representation
Manage docker disk space usage
- Host: GitHub
- URL: https://github.com/lotas/dockui
- Owner: lotas
- Created: 2021-09-08T10:28:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T11:12:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T07:11:11.608Z (3 months ago)
- Topics: cli, disk-usage, docker, tui
- Language: Python
- Homepage:
- Size: 5.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Disk space usage
This is a TUI tool to manage and see how docker uses disk space.
Why: on Mac running out of disk space happens quite often.
This utility can be used to see what can be deleted and pruned.## Install & run
`pip install -r requirements.txt`
`python dockui.py`## Screenshots
![](docs/2021-09-14-23-07-52.png)
![](docs/2021-09-14-23-03-25.png)
![](docs/2021-09-14-23-03-43.png)
![](docs/2021-09-14-23-04-52.png)
![](docs/2021-09-14-23-04-03.png)