·docker

Docker containerization expert: Dockerfile optimization, multi-stage builds, security hardening, Docker Compose orchestration, and production deployment. Use for Dockerfile creation/review, image size issues, container security, networking, and orchestration.

18Installs·0Trend·@fellipeutaka

Installation

$npx skills add https://github.com/fellipeutaka/leon --skill docker

How to Install docker

Quickly install docker AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/fellipeutaka/leon --skill docker
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: fellipeutaka/leon.

SKILL.md

View raw

| Base Image | Size | Shell | Use Case |

| cgr.dev/chainguard/ (Wolfi) | 10-30MB | Yes | Zero-CVE goal, SBOM included | | alpine:3.21 | 7MB | Yes | General-purpose minimal | | gcr.io/distroless/ | 2-5MB | No | Hardened production, no debug | | -slim variants | 70-100MB | Yes | When Alpine compatibility is an issue | | scratch | 0MB | No | Static binaries (Go, Rust) |

| Run as root | USER 1001 or named user | | Use latest tag | Pin exact versions | | --privileged flag | --cap-add only what's needed | | Mount Docker socket | Use Docker-in-Docker or alternatives | | Hardcode secrets in ENV/ARG | BuildKit secrets or runtime mounts | | Skip health checks | HEALTHCHECK in Dockerfile or Compose |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/fellipeutaka/leon --skill docker
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from fellipeutaka/leon

Quick answers

What is docker?

Docker containerization expert: Dockerfile optimization, multi-stage builds, security hardening, Docker Compose orchestration, and production deployment. Use for Dockerfile creation/review, image size issues, container security, networking, and orchestration. Source: fellipeutaka/leon.

How do I install docker?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/fellipeutaka/leon --skill docker Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/fellipeutaka/leon