https://github.com/nano-labs/dkill
Command to easily select docker containers to kill
https://github.com/nano-labs/dkill
docker kill
Last synced: 8 months ago
JSON representation
Command to easily select docker containers to kill
- Host: GitHub
- URL: https://github.com/nano-labs/dkill
- Owner: nano-labs
- Created: 2020-11-14T02:41:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T02:58:48.000Z (over 5 years ago)
- Last Synced: 2025-06-11T19:39:22.338Z (9 months ago)
- Topics: docker, kill
- Language: Python
- Homepage:
- Size: 2.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dkill - Docker kill
Command to easily select docker containers to kill

## Install
```
pip3 install dkill
```
## Usage
```shell
> dkill
```
- SPACEBAR to select containers
- ENTER to kill selected containers
## How does it work
It uses `docker ps` command to list all running container then `docker kill ` to kill them
### See also
[dstart](https://github.com/nano-labs/dstart) - Docker Start