<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Containerization on Moksh Desai</title>
    <link>https://moksh.dev/tags/containerization/</link>
    <description>Recent content in Containerization on Moksh Desai</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 03 Oct 2025 01:42:30 +0530</lastBuildDate>
    <atom:link href="https://moksh.dev/tags/containerization/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Setting up the website using different services!</title>
      <link>https://moksh.dev/posts/diff-services/</link>
      <pubDate>Fri, 03 Oct 2025 01:42:30 +0530</pubDate>
      <guid>https://moksh.dev/posts/diff-services/</guid>
      <description>&lt;h1 id=&#34;deploying-a-hugo-site-with-docker-nginx-and-systemd&#34;&gt;Deploying a Hugo Site with Docker, Nginx, and systemd&lt;/h1&gt;&#xA;&lt;p&gt;Containerization has revolutionized how we deploy web applications, and Docker stands at the forefront of this transformation. In this post, I&amp;rsquo;ll walk through my experience deploying this website using Hugo, Docker, and Nginx, all orchestrated by a systemd service that makes management effortless.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-docker&#34;&gt;Why Docker?&lt;/h2&gt;&#xA;&lt;p&gt;The popularity of Docker isn&amp;rsquo;t accidental. It simplifies deployment by bundling applications with their dependencies into portable containers. Rather than installing Hugo, configuring web servers, and managing dependencies directly on the host system, Docker lets me execute a few commands to spin up an entire web stack. The container handles everything. I just start the service from my virtual machine, and the site goes live.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
