View and manage Docker container processes and stats. Use when monitoring containers. Requires docker.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill dockerps --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dockerps?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-dockerps)More formats (shields.io, HTML) on the badges page.
---
name: "dockerps"
version: "3.0.0"
description: "View and manage Docker container processes and stats. Use when monitoring containers. Requires docker."
author: "BytesAgain"
homepage: "https://bytesagain.com"
---
# dockerps
View and manage Docker container processes and stats. Use when monitoring containers. Requires docker.
## Commands
### `list`
```bash
scripts/script.sh list
```
### `stats`
```bash
scripts/script.sh stats
```
### `top`
```bash
scripts/script.sh top <container>
```
### `logs`
```bash
scripts/script.sh logs <container lines>
```
### `inspect`
```bash
scripts/script.sh inspect <container>
```
### `cleanup`
```bash
scripts/script.sh cleanup
```
## Data Storage
Data stored in `~/.local/share/dockerps/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!