Docker

Automate container lifecycle and image management across Docker and Podman.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/vdemeester/home --skill docker-vdemeester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Docker
Source: https://github.com/vdemeester/home/tree/main/dots/.config/claude/skills/Docker
Command: npx skills add https://github.com/vdemeester/home --skill docker-vdemeester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill offers end-to-end container workflow guidance, including image builds, container lifecycle, networking, and security best practices for Docker and Podman.

Core Features & Use Cases

  • Build & Run: Create images and run containers with best practices.
  • Orchestrate: Manage compose workflows and multi-container apps.

Quick Start

Build a simple image and run a container in one step.

Frequently Asked Questions about Docker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build multi-architecture Docker images?

Build multi-architecture images using buildx or Podman's native cross-compilation support. Docker and Podman handle runtime detection automatically, letting you create images for different platforms (AMD64, ARM64) in a single workflow while maintaining consistent output across rootful and rootless modes.

Can I use Docker Compose with Podman?

Yes. This Skill automates compose workflows for both Docker and Podman, managing multi-container services, networking, and volumes. Runtime auto-detection prefers Podman for rootless environments, routing your workflow to the appropriate runtime transparently.

How do I scan container images for vulnerabilities?

Container vulnerability scanning identifies security risks in images before deployment. This Skill integrates scanning into your build and lifecycle workflow, supporting both Docker and Podman runtimes to enforce security best practices across your container infrastructure.

What's the best way to manage container networks and volumes?

Manage container networks and volumes by defining them in compose files or via CLI commands. This Skill handles network creation, volume mounting, and resource cleanup across Docker and Podman, supporting both rootful and rootless deployments with consistent configuration.

How do I debug containers in production?

Debug containers by inspecting logs, executing commands inside running instances, and examining network connectivity. This Skill provides debugging workflows that work across both Docker and Podman, helping you diagnose issues without stopping the container lifecycle.