# docker-ctl > Inspect containers, logs, and images via podman - Author: Rachael White - Repository: boomsystel-code/openclaw-workspace - Version: 20260208062059 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/boomsystel-code/openclaw-workspace - Web: https://mule.run/skillshub/@@boomsystel-code/openclaw-workspace~docker-ctl:20260208062059 --- --- 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 # List local images docker-ctl images # Inspect a container docker-ctl inspect ``` ## Install No installation needed. Bazzite uses `podman` as its container runtime and it is pre-installed.