<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nerdctl on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/nerdctl/</link><description>Recent content in Nerdctl on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 22 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/nerdctl/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 4: Building Native ARM64 OCI Images for a Sample Application</title><link>https://ai-blog.noorshomelab.dev/apple-silicon-local-containers-2026/build-native-arm64-oci-images/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/apple-silicon-local-containers-2026/build-native-arm64-oci-images/</guid><description>&lt;p&gt;Building container images that run natively on your Apple Silicon Mac is a critical step for achieving optimal performance in your local development environment. When you target the ARM64 architecture, you bypass the overhead of Rosetta 2 emulation, leading to faster build times, quicker container startup, and more responsive applications. This chapter guides you through creating a simple Python Flask API, defining its &lt;code&gt;Dockerfile&lt;/code&gt;, and building an optimized ARM64 OCI (Open Container Initiative) image using &lt;code&gt;nerdctl&lt;/code&gt; within your dedicated container machine.&lt;/p&gt;</description></item><item><title>Chapter 7: Authenticating and Pushing OCI Images to a Registry</title><link>https://ai-blog.noorshomelab.dev/apple-silicon-local-containers-2026/push-oci-images-to-registry/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/apple-silicon-local-containers-2026/push-oci-images-to-registry/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the previous chapters, you&amp;rsquo;ve established a robust local container development environment on your Apple Silicon Mac, built a Linux container machine using &lt;code&gt;Colima&lt;/code&gt;, efficiently mounted project volumes, and successfully built ARM64 OCI images for your sample application. Now, it&amp;rsquo;s time to share these images with the world, or at least with your team and deployment pipelines.&lt;/p&gt;
&lt;p&gt;This chapter focuses on the critical step of authenticating your local container environment with a remote OCI (Open Container Initiative) registry and pushing your custom-built images. Whether you&amp;rsquo;re deploying to a Kubernetes cluster, sharing with collaborators, or simply archiving your work, a container registry is the central hub for image management.&lt;/p&gt;</description></item></channel></rss>