<?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>Namespace on Wokron&#39;s Blog</title>
    <link>https://wokron.github.io/en/tags/namespace/</link>
    <description>Recent content in Namespace on Wokron&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>©2022-2026 Yitang Yang. All rights reserved.</copyright>
    <lastBuildDate>Mon, 13 Oct 2025 10:24:54 +0800</lastBuildDate>
    <atom:link href="https://wokron.github.io/en/tags/namespace/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Build a Container from Scratch with Namespaces</title>
      <link>https://wokron.github.io/en/posts/simple-container/</link>
      <pubDate>Mon, 13 Oct 2025 10:24:54 +0800</pubDate>
      <guid>https://wokron.github.io/en/posts/simple-container/</guid>
      <description>Container technology is built on three Linux kernel features: Namespaces, Cgroups, and Unionfs. They provide logical resource isolation, physical resource limits, and container filesystems, respectively.
Among these, Namespaces are the most critical. They implement isolation — the most essential aspect of virtualization. Even without Cgroups and with an alternative to Unionfs, you can still achieve much of what a container does, as long as you have Namespaces.
So in this article, we&amp;rsquo;ll try to build a simple container using Namespaces.</description>
    </item>
  </channel>
</rss>
