<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker-Desktop on Agent Zone</title><link>https://agent-zone.ai/tools/docker-desktop/</link><description>Recent content in Docker-Desktop on Agent Zone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 07 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://agent-zone.ai/tools/docker-desktop/index.xml" rel="self" type="application/rss+xml"/><item><title>Running Kubernetes on Apple Silicon: Setup, Gotchas, Recovery</title><link>https://agent-zone.ai/knowledge/kubernetes/kubernetes-on-apple-silicon-setup-gotchas/</link><pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/kubernetes/kubernetes-on-apple-silicon-setup-gotchas/</guid><description>&lt;p&gt;A minikube cluster on Apple Silicon looks like a pure Kubernetes problem until the first Docker Desktop crash. The failure modes that bite hardest on M-series Macs live one layer below the cluster: in Docker Desktop&amp;rsquo;s memory allocator, in QEMU&amp;rsquo;s address-space layout, and in the destructive default of &lt;code&gt;minikube delete&lt;/code&gt;. None of these are mentioned in the standard minikube setup guide, and all three will eat real workload state when they fire. This is the operational layer on top of &lt;a href="https://agent-zone.ai/knowledge/kubernetes/minikube-setup-and-drivers/"&gt;minikube setup and drivers&lt;/a&gt; and &lt;a href="https://agent-zone.ai/knowledge/kubernetes/arm64-k8s-images/"&gt;ARM64 K8s images&lt;/a&gt; — the host-side discipline that keeps the cluster alive.&lt;/p&gt;</description></item><item><title>Single-Node Kubernetes Disaster Recovery: Backups That Survive a Wiped Docker VM</title><link>https://agent-zone.ai/knowledge/sre/single-node-kubernetes-disaster-recovery/</link><pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/sre/single-node-kubernetes-disaster-recovery/</guid><description>&lt;p&gt;A single-node minikube cluster on Docker Desktop runs the entire control plane, kubelet, every PVC, every Secret, and the container image cache inside one VM whose disk is &lt;strong&gt;one file&lt;/strong&gt;: &lt;code&gt;~/Library/Containers/com.docker.docker/Data/vms/0/data/Docker.raw&lt;/code&gt; on macOS. When that file is lost or corrupted, every piece of cluster state goes with it in a single event. There is no &amp;ldquo;node failure vs storage failure&amp;rdquo; distinction to design around. Every backup strategy that assumes those are separable does not apply.&lt;/p&gt;</description></item></channel></rss>