Add "Cleanup" section
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The list of operations :
```bash
$ cat ~/.bin/docker-cleanup.sh
#!/bin/bash
docker stop $(docker ps -q) ;
docker rm $(docker ps -aq)
echo
docker network ls
docker network prune -f
docker builder prune -f
```
@tcompa
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the TUI's existing operation sections and the Docker command handling. Use the listed cleanup commands as the required operations; done means a Cleanup section exposes these operations consistently with the other sections.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, docker, python
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100