Join our Discord Server

Cheatsheets

Updated for 2026 ยท Docker ecosystem

The Docker cheatsheets
developers actually use.

Fast, searchable, copy-paste friendly. Curated from the official Docker documentation โ€” CLI, Compose, Buildx, Scout, MCP, Model Runner, and the new sbx sandboxes.

20 cheatsheets
BEGINNER Core

Docker CLI

The core docker command for managing containers, images, and the local engine.

#cli#containers#images#engine
View Cheatsheet โ†’
BEGINNER Core

Docker Compose

Define and run multi-container applications with a single compose.yaml.

#compose#yaml#multi-container#dev
View Cheatsheet โ†’
INTERMEDIATE Build

Docker Buildx

Next-gen image builder powered by BuildKit, with multi-platform, bake, and history.

#buildkit#build#multi-arch#bake
View Cheatsheet โ†’
INTERMEDIATE Security

Docker Scout

Analyze images for CVEs, generate SBOMs, and enforce supply-chain policy.

#security#cve#sbom#supply-chain
View Cheatsheet โ†’
INTERMEDIATE AI

Docker MCP Toolkit

Discover, install, and manage Model Context Protocol servers from the Docker MCP catalog.

#mcp#ai#agents#tools
View Cheatsheet โ†’
INTERMEDIATE AI

Docker MCP Gateway

Run a single MCP endpoint that fronts many containerized MCP servers for any client.

#mcp#gateway#ai#agents
View Cheatsheet โ†’
INTERMEDIATE AI

Docker Model Runner

Pull and run open-source LLMs locally with an OpenAI-compatible endpoint.

#llm#ai#models#local-inference
View Cheatsheet โ†’
INTERMEDIATE AI

Docker Sandboxes (sbx)

Standalone CLI for ephemeral, isolated sandboxes โ€” built for running AI agents securely.

#sandbox#sbx#agents#isolation
View Cheatsheet โ†’
BEGINNER Desktop

Docker Desktop

All-in-one Docker for Mac, Windows, and Linux with GUI, extensions, and Dev Environments.

#desktop#gui#mac#windows
View Cheatsheet โ†’
BEGINNER Registry

Docker Hub

The world's largest container registry โ€” search, pull, push, and automate image builds.

#hub#registry#images#publish
View Cheatsheet โ†’
BEGINNER Core

Docker Volumes

Manage persistent data storage for containers with named volumes and bind mounts.

#volumes#storage#persistence#data
View Cheatsheet โ†’
INTERMEDIATE Core

Docker Networking

Connect containers with bridge, overlay, and host networks. Expose ports and manage DNS.

#network#bridge#ports#dns
View Cheatsheet โ†’
BEGINNER Build

Dockerfile Reference

Complete guide to Dockerfile instructions โ€” FROM, RUN, COPY, ARG, ENV, ENTRYPOINT and more.

#dockerfile#layers#instructions
View Cheatsheet โ†’
INTERMEDIATE Security

Docker Content Trust

Sign and verify images with Notary. Enforce image integrity across your supply chain.

#trust#signing#notary#security
View Cheatsheet โ†’
INTERMEDIATE Troubleshooting

Docker Troubleshooting

Debug containers, inspect logs, trace networking issues, and fix common Docker problems.

#debug#logs#inspect
View Cheatsheet โ†’
ADVANCED Build

Docker Bake

Define complex multi-target build pipelines with HCL or JSON bake files and build matrices.

#bake#hcl#matrix#buildx
View Cheatsheet โ†’
ADVANCED Registry

Docker Registry

Run your own OCI-compliant registry with authentication, TLS, and garbage collection.

#registry#oci#self-hosted
View Cheatsheet โ†’
INTERMEDIATE Desktop

Dev Environments

Share consistent, containerized dev workspaces with one click from Docker Desktop.

#devenv#workspace#collaboration
View Cheatsheet โ†’
BEGINNER AI

Docker AI Tools

Use Docker's AI-powered assistant Gordon and Compose watch for smart container workflows.

#ai#gordon#assistant
View Cheatsheet โ†’
INTERMEDIATE Security

Docker Secrets

Securely manage sensitive data like passwords and tokens in Docker Swarm and Compose.

#secrets#swarm#credentials
View Cheatsheet โ†’
Join our Discord Server