Docker
Automates Docker container deployment and management on cloud platforms using pre-defined configurations from mrgoonie.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mrgoonie-docker npx -- -y @trustedskills/mrgoonie-docker
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mrgoonie-docker": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mrgoonie-docker"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with and manage Docker containers. It allows users to build, run, stop, and inspect Docker images and containers directly through natural language prompts. The agent can also pull images from registries and execute commands within a container's shell.
When to use it
- You need to quickly deploy an application using a pre-built Docker image.
- You want to automate the process of running and managing multiple Docker containers for development or testing.
- You require an agent to troubleshoot issues within a running Docker container by executing commands inside it.
- You're setting up a local development environment with specific dependencies packaged in Docker containers.
Key capabilities
- Building Docker images from Dockerfiles
- Running and stopping Docker containers
- Pulling Docker images from registries
- Executing commands within a running container’s shell
- Inspecting Docker container status and logs
Example prompts
- "Run the 'my-app' Docker image."
- "Stop the container named 'webserver'."
- "Pull the latest version of the 'nginx' image from Docker Hub."
- "Execute 'ls -l' inside the 'database' container."
Tips & gotchas
The agent requires access to a Docker environment (e.g., Docker Desktop, Docker Engine) and appropriate permissions to interact with it. Ensure that the user has correctly configured their Docker environment before using this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.