<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Container Management on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/container-management/</link><description>Recent content in Container Management on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 04 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/container-management/index.xml" rel="self" type="application/rss+xml"/><item><title>Container Juggling - Managing Your Docker Containers</title><link>https://ai-blog.noorshomelab.dev/docker-mastery-2025/chapter-04-managing-containers/</link><pubDate>Thu, 04 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/docker-mastery-2025/chapter-04-managing-containers/</guid><description>&lt;h2 id="container-juggling---managing-your-docker-containers"&gt;Container Juggling - Managing Your Docker Containers&lt;/h2&gt;
&lt;p&gt;Welcome back, future Docker master! In our last chapter, you learned how to bring containers to life using &lt;code&gt;docker run&lt;/code&gt;, turning static images into active, isolated environments. That was a huge step! But what happens after a container is running? How do you stop it? Restart it? Peek inside? Or even clean it up when you&amp;rsquo;re done?&lt;/p&gt;
&lt;p&gt;This chapter is all about becoming a master &amp;ldquo;container juggler.&amp;rdquo; We&amp;rsquo;ll dive into the essential commands and concepts for managing your Docker containers effectively. Think of it like learning to control the individual performers in your grand Docker circus. By the end of this chapter, you&amp;rsquo;ll be able to start, stop, pause, inspect, and remove containers with confidence, gaining full control over your containerized applications.&lt;/p&gt;</description></item><item><title>Chapter 10: Orchestration with Docker Swarm</title><link>https://ai-blog.noorshomelab.dev/a-complete-beginner-to-advanced-guide-on-docker-engine-29-0-2/chapter-10-orchestration-with-docker-swarm/</link><pubDate>Sun, 23 Nov 2025 22:00:12 +0530</pubDate><guid>https://ai-blog.noorshomelab.dev/a-complete-beginner-to-advanced-guide-on-docker-engine-29-0-2/chapter-10-orchestration-with-docker-swarm/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the preceding chapters, you&amp;rsquo;ve mastered the art of running individual Docker containers and managing them on a single host. However, real-world applications often require multiple containers working together, needing high availability, scalability, and load balancing across several machines. This is where container orchestration comes into play. Orchestration automates the deployment, management, scaling, and networking of containers.&lt;/p&gt;
&lt;p&gt;Docker Swarm is Docker&amp;rsquo;s native solution for orchestrating containers. It turns a pool of Docker hosts into a single, virtual Docker host, allowing you to deploy and manage applications as a collection of services. This chapter will delve into the fundamentals of Docker Swarm, guiding you through setting up a swarm, deploying services, and managing their lifecycle.&lt;/p&gt;</description></item></channel></rss>