<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Docker Cheatsheets on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/cheatsheets/docker/</link>
    <description>Recent content in Docker Cheatsheets on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <atom:link href="https://blog.rajpoot.dev/cheatsheets/docker/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker Cheatsheet 01 — Docker Basics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/01-basics-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 06:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/01-basics-cheatsheet/</guid>
      <description>Docker basics cheatsheet — images, containers, common commands.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 02 — Writing Dockerfiles</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/02-dockerfile-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 06:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/02-dockerfile-cheatsheet/</guid>
      <description>Dockerfile cheatsheet — instructions, multi-stage, BuildKit features.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 03 — docker compose</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/03-compose-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/03-compose-cheatsheet/</guid>
      <description>docker compose cheatsheet — services, networks, volumes, profiles.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 04 — Networking</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/04-networking-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/04-networking-cheatsheet/</guid>
      <description>Docker networking cheatsheet — bridge, host, overlay, DNS, port publishing.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 05 — Volumes and Persistent Data</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/05-volumes-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 06:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/05-volumes-cheatsheet/</guid>
      <description>Docker volumes cheatsheet — named volumes, bind mounts, tmpfs, backup.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 06 — Docker Security</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/06-security-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 06:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/06-security-cheatsheet/</guid>
      <description>Docker security cheatsheet — non-root, capabilities, secrets, scanning.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 07 — Buildx and Multi-Arch</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/07-buildx-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 07:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/07-buildx-cheatsheet/</guid>
      <description>Docker buildx cheatsheet — multi-arch builds, cache, registry push.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 08 — Image Optimization</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/08-optimization-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/08-optimization-cheatsheet/</guid>
      <description>Docker image optimization — small images, layers, caching, distroless.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 09 — Healthchecks and Signals</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/09-healthchecks-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/09-healthchecks-cheatsheet/</guid>
      <description>Docker healthchecks &#43; signal handling — graceful shutdown, init, tini.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 10 — Logging</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/10-logging-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 07:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/10-logging-cheatsheet/</guid>
      <description>Docker logging cheatsheet — drivers, JSON, syslog, fluentd, max-size.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 11 — Resource Limits</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/11-resource-limits-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/11-resource-limits-cheatsheet/</guid>
      <description>Docker resource limits — CPU, memory, PIDs, OOM behavior.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 12 — Production Patterns</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/12-production-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 07:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/12-production-cheatsheet/</guid>
      <description>Docker production patterns — restart policies, env, secrets, host setup.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 13 — Docker on macOS and Windows</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/13-mac-windows-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/13-mac-windows-cheatsheet/</guid>
      <description>Docker on macOS / Windows — Docker Desktop, alternatives, performance tips.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 14 — Debugging Containers</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/14-debugging-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/14-debugging-cheatsheet/</guid>
      <description>Docker debugging cheatsheet — exec, inspect, logs, strace, network.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 15 — Registries and Image Distribution</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/15-registries-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/15-registries-cheatsheet/</guid>
      <description>Docker registries cheatsheet — Docker Hub, GHCR, ECR, self-hosted.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 16 — CI/CD with Docker</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/16-cicd-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 08:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/16-cicd-cheatsheet/</guid>
      <description>Docker in CI/CD — GitHub Actions, GitLab CI, build cache, deploy.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 17 — Slim Images Per Language</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/17-slim-images-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 08:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/17-slim-images-cheatsheet/</guid>
      <description>Minimal Docker images for Python, Node, Go, Rust, Java.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 18 — Compose for Dev</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/18-compose-dev-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 08:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/18-compose-dev-cheatsheet/</guid>
      <description>docker compose for development — hot reload, devcontainers, profiles.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 19 — Persistent Data Backups</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/19-backups-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/19-backups-cheatsheet/</guid>
      <description>Docker data backups — Postgres, MySQL, volumes, S3 sync.</description>
    </item>
    <item>
      <title>Docker Cheatsheet 20 — Production Docker Setup</title>
      <link>https://blog.rajpoot.dev/cheatsheets/docker/20-production-setup-cheatsheet/</link>
      <pubDate>Fri, 22 May 2026 09:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/docker/20-production-setup-cheatsheet/</guid>
      <description>Production Docker setup — daemon config, security, monitoring, deployment.</description>
    </item>
  </channel>
</rss>
