Skip to content

akhilpr7/dockops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockops 🐳

A developer CLI for common Docker tasks — clean, scaffold, inspect.

Python PyPI License


Install

pip install dockops

Commands

dockops clean

Remove stopped containers, dangling images, unused volumes and networks in one shot.

dockops clean          # with confirmation prompt
dockops clean --force  # skip confirmation

dockops ports

See all ports in use and which container owns them.

dockops ports

dockops health

View health status, uptime, CPU%, and memory of all running containers.

dockops health         # running containers only
dockops health --all   # include stopped containers

Requirements

  • Python 3.8+
  • Docker running locally

License

MIT

About

A developer CLI for common Docker tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages