Docker Helper

docker-helper

ondrej-merkun 829df7f 2 files · 1.5 KB Updated

File contents

docker-helper

Simplifies local Docker container and image management tasks.

Commands:

  • ps — list running containers with port mappings
  • logs <container> — tail the last 50 lines of container logs
  • stop-all — gracefully stop all running containers
  • prune — remove stopped containers, dangling images, and unused volumes
  • stats — show CPU/memory usage for all running containers

Requirements: Docker Engine running locally. No Docker Hub authentication needed. All operations are local — no registry pushes or pulls are performed.

ondrej-merkun/skill-audit/tree/main/test/fixtures/benign/docker-helper commit 829df7f238

Frequently asked questions

npx skillmds@latest add ondrej-merkun/docker-helper