Inspect containers, logs, and images via podman
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill docker-ctl --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Docker Ctl?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-docker-ctl)More formats (shields.io, HTML) on the badges page.
---
name: docker-ctl
description: "Inspect containers, logs, and images via podman"
metadata:
{
"openclaw":
{
"emoji": "🐳",
"requires": { "bins": ["podman"] },
"install": [],
},
}
---
# Docker Ctl
Inspect containers, logs, and images via podman. On Bazzite/Fedora, podman is the default container runtime and is always available.
## Commands
```bash
# List running containers
docker-ctl ps
# View container logs
docker-ctl logs <container>
# List local images
docker-ctl images
# Inspect a container
docker-ctl inspect <container>
```
## Install
No installation needed. Bazzite uses `podman` as its container runtime and it is pre-installed.
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!