docker

Manage Docker containers, images, networks, and Compose stacks via CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/matt-metivier/zk-hub --skill docker-matt-metivier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker
Source: https://github.com/matt-metivier/zk-hub/tree/main/skills/general/infrastructure/docker
Command: npx skills add https://github.com/matt-metivier/zk-hub --skill docker-matt-metivier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build, run, and manage Docker containers, images, volumes, networks, and Compose stacks to streamline local development and debugging workflows.

Core Features & Use Cases

  • Container lifecycle management: start, stop, inspect, and logs for containers.
  • Image and Dockerfile workflows: build, tag, push, and manage images.
  • Compose and multi-service orchestration: define and run stacks with docker-compose.
  • Networking and volumes: configure persistent storage and network isolation.
  • Local AI model runners: run local LLMs via Docker Model Runner.

Quick Start

Learn to build, run, and inspect Docker containers and images using the Docker CLI.

Frequently Asked Questions about docker

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

FAQPage Schema
How do I manage the Docker container lifecycle for local development?

Docker container lifecycle management lets you start, stop, inspect, and view logs for containers. You can build, tag, and push images while defining multi-service stacks with Compose to streamline local workflows.

How do I configure Docker volumes and networks for persistent storage?

Configuring Docker volumes and networks involves defining persistent storage and network isolation in your Compose stack. This ensures containers maintain data across restarts and communicate securely across isolated multi-service architectures.

Can I run local LLMs using Docker Model Runner?

Yes, you can run local LLMs via Docker Model Runner. This integrates local AI model runners into your existing container workflows, allowing you to build and debug AI services alongside your other application containers.

What is the best way to orchestrate a multi-service stack with docker-compose?

Orchestrating a multi-service stack with docker-compose lets you define and run interconnected containers from a single configuration. It manages networking, volumes, and service dependencies automatically for local development environments.

How do I debug Docker containers when services fail to start?

Debugging Docker containers requires inspecting container logs and configurations to identify startup failures. You can use CLI commands to check container status, inspect network bindings, and review volume mounts for errors.

Does this Docker workflow support building and pushing custom images?

Yes, this Docker workflow supports building, tagging, and pushing custom images. You can create Dockerfiles, build the images locally, tag them for registries, and push them directly through CLI-centric commands.