Docker Maven Plugin
Description
Maven plugin for running and creating Docker images
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
docker-maven-plugin
[](https://maven-badges.herokuapp.com/maven-central/io.fabric8/docker-maven-plugin/) [](https://circleci.com/gh/fabric8io/docker-maven-plugin/tree/master) [](https://sonarcloud.io/dashboard?id=io.fabric8%3Adocker-maven-plugin) [](https://sonarcloud.io/dashboard?id=io.fabric8%3Adocker-maven-plugin)
This is a Maven plugin for building Docker images and managing containers for integration tests. It works with Maven 3.0.5 and Docker 1.6.0 or later.
Goals
| Goal | Description | Default Lifecycle Phase |
|---|---|---|
| `docker:start` | Create and start containers | pre-integration-test |
| `docker:stop` | Stop and destroy containers | post-integration-test |
| `docker:build` | Build images | install |
| `docker:watch` | Watch for doing rebuilds and restarts |
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps