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.
- Host: GitHub
- URL: https://github.com/hamolicious/docker-nuke
- Owner: hamolicious
- License: wtfpl
- Created: 2024-09-22T19:40:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T07:42:45.000Z (7 months ago)
- Last Synced: 2025-04-16T05:07:16.098Z (9 days ago)
- Language: Python
- Homepage: https://pypi.org/project/hdocker-nuke/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](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
```