Agent Plugins Marketplace
All plugins

docker

v1.4.0

Docker best practices - optimized multi-stage Dockerfiles, layer caching, security hardening, and minimal base image selection for any language or framework (Node, Python, Go, Rust, Java, Bun, Deno)

Codex1 Skill

By Alfio CaprinoLicense: MIT8 GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add docker-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/acaprino/daodan

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is exports/codex/plugins/docker/.

Plugin files

exports/codex/plugins/docker/
├── .codex-plugin/plugin.json
└── skills/multi-stage-dockerfile/SKILL.md

Included Skills1

multi-stage-dockerfileskills/multi-stage-dockerfile/SKILL.md

Ship a runtime layer that carries only what it executes, for any language or framework. TRIGGER WHEN: creating Dockerfiles, optimizing container images, multi-stage builds, Docker best practices.

Plugin manifests1

exports/codex/plugins/docker/.codex-plugin/plugin.json
{
  "author": {
    "name": "Alfio Caprino"
  },
  "description": "Docker best practices - optimized multi-stage Dockerfiles, layer caching, security hardening, and minimal base image selection for any language or framework (Node, Python, Go, Rust, Java, Bun, Deno)",
  "license": "MIT",
  "name": "docker",
  "version": "1.4.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[docker on Agent Plugins Marketplace](https://pluginsmp.com/plugins/docker-2)