A developer CLI for common Docker tasks — clean, scaffold, inspect.
pip install dockopsRemove stopped containers, dangling images, unused volumes and networks in one shot.
dockops clean # with confirmation prompt
dockops clean --force # skip confirmationSee all ports in use and which container owns them.
dockops portsView health status, uptime, CPU%, and memory of all running containers.
dockops health # running containers only
dockops health --all # include stopped containers- Python 3.8+
- Docker running locally
MIT