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

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

Awesome Lists containing this project

README

          

# dkill - Docker kill
Command to easily select docker containers to kill

![Usage gif](https://github.com/nano-labs/dkill/blob/main/imgs/dkill.gif)

## 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