<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss">
  <channel>
    <title>Containers on Thought Parameters LLC Blog</title>
    <link>https://blog.thoughtparameters.com/tags/containers/</link>
    <description>Recent content in Containers on Thought Parameters LLC Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 18 Aug 2026 22:01:35 +0000</lastBuildDate>
    <atom:link href="https://blog.thoughtparameters.com/tags/containers/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Nuitka &#43; Docker: Containerizing Compiled Python Applications</title>
      <link>https://blog.thoughtparameters.com/post/nuitka_docker_containerization/</link>
      <pubDate>Tue, 18 Aug 2026 01:00:00 -0700</pubDate>
      <guid>https://blog.thoughtparameters.com/post/nuitka_docker_containerization/</guid>
          <media:content
            url="https://blog.thoughtparameters.com/images/logo.png"
            medium="image"
            type="image/png"
            width="300"
            height="125" /><description>&lt;h2 id=&#34;nuitka--docker-building-minimal-compiled-python-containers&#34;&gt;Nuitka + Docker: Building Minimal, Compiled Python Containers&lt;/h2&gt;&#xA;&lt;p&gt;A standard Python Docker image for a FastAPI application typically ranges from 150 MB to 1 GB, depending on the base image and dependencies. A Nuitka-compiled equivalent can drop to under 40 MB using a distroless base, with faster startup and no Python interpreter exposed in the container.&lt;/p&gt;&#xA;&lt;p&gt;This guide covers the multi-stage build pattern that makes this work reliably.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>