Awesome-omni-skill docker-manage

Manage Docker containers and services efficiently

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/devops/docker-manage" ~/.claude/skills/diegosouzapw-awesome-omni-skill-docker-manage && rm -rf "$T"
manifest: skills/devops/docker-manage/SKILL.md
source content

docker-manage

Overview

Manage Docker containers and services efficiently

This skill was converted from a bash script to follow Anthropic's Agent Skills best practices.

Usage

docker-manage <command> [options]

Commands

TODO: Extract and document commands from the script

Run

docker-manage --help
to see available commands.

When to Use

TODO: Add specific use cases

Scripts

  • scripts/main.sh
    - Main functionality (converted from original docker-manage)

Claude can execute this script directly without loading it into context.

Additional Resources

For detailed information, see:

Progressive Disclosure

Consider adding these reference files:

  • reference/api-reference.md
    - Detailed command documentation
  • reference/troubleshooting.md
    - Common issues and solutions