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

https://github.com/hamolicious/docker-nuke

Quickly kill, then rm a docker container by it's name or SHA.
https://github.com/hamolicious/docker-nuke

Last synced: 1 day ago
JSON representation

Quickly kill, then rm a docker container by it's name or SHA.

Awesome Lists containing this project

README

        

![GitHub Repo stars](https://img.shields.io/github/stars/hamolicious/docker-nuke?style=flat-square&label=Github%20Stars)
[![PyPI - Version](https://img.shields.io/pypi/v/hdocker-nuke?style=flat-square)](https://pypi.org/project/hdocker-nuke/)

# docker-nuke
Quickly `kill`, then `rm` a docker container by it's name or SHA.

```bash
% docker-nuke ollama
Targets Locked:
- 635c0c064feaa404d1d4b9638bb5cc1d1cff98ca9e4bf3d9b533d093a233d3d1 ollama
Fire? (y/N)
```

## Install
```bash
pip install hdocker-nuke
```