<?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>Docker on Omid Farhang</title><link>https://omid.dev/tags/docker/</link><description>Recent content in Docker on Omid Farhang</description><image><title>Omid Farhang</title><url>https://omid.dev/images/bio-photo-150x150.jpg</url><link>https://omid.dev/images/bio-photo-150x150.jpg</link></image><generator>Hugo -- 0.165.0</generator><language>en-US</language><copyright>2026 Omid Farhang | All rights reserved.</copyright><lastBuildDate>Tue, 28 May 2024 16:18:18 +0330</lastBuildDate><atom:link href="https://omid.dev/tags/docker/index.xml" rel="self" type="application/rss+xml"/><atom:link href="https://pubsubhubbub.appspot.com/" rel="hub"/><item><title>Introduction to Docker: Simplifying Application Deployment</title><link>https://omid.dev/2024/05/28/introduction-to-docker-simplifying-application-deployment/</link><pubDate>Tue, 28 May 2024 16:18:18 +0330</pubDate><guid>https://omid.dev/2024/05/28/introduction-to-docker-simplifying-application-deployment/</guid><description>&lt;p&gt;In the modern era of software development, Docker has become an indispensable tool for developers and DevOps engineers. It streamlines the process of deploying applications by providing a consistent environment across different stages of development, testing, and production. In this blog post, we&amp;rsquo;ll explore what Docker is, how to install it, and demonstrate a common use case: running a local WordPress site using Docker Compose.&lt;/p&gt;
&lt;h2 id="what-is-docker"&gt;What is Docker?&lt;/h2&gt;
&lt;p&gt;Docker is an open-source platform that automates the deployment, scaling, and management of applications. It does this by using containerization, which packages an application and its dependencies into a single, lightweight container. Containers are isolated from each other and the host system, ensuring that the application runs consistently regardless of the environment.&lt;/p&gt;</description></item><item><title>Getting Started with Kubernetes: A Beginner’s Guide</title><link>https://omid.dev/2024/05/27/getting-started-with-kubernetes-a-beginners-guide/</link><pubDate>Mon, 27 May 2024 00:36:07 +0330</pubDate><guid>https://omid.dev/2024/05/27/getting-started-with-kubernetes-a-beginners-guide/</guid><description>&lt;p&gt;In today’s rapidly evolving tech landscape, containerization has become a fundamental aspect of modern software development and deployment. At the heart of this revolution lies Kubernetes, an open-source platform designed to automate deploying, scaling, and operating application containers. If you&amp;rsquo;re new to Kubernetes and looking to get started, this guide will help you understand the basics and set you on the path to becoming proficient with this powerful tool.&lt;/p&gt;
&lt;h2 id="what-is-kubernetes"&gt;What is Kubernetes?&lt;/h2&gt;
&lt;p&gt;Kubernetes, often abbreviated as K8s, is a container orchestration platform originally developed by Google and now maintained by the Cloud Native Computing Foundation (CNCF). It helps manage containerized applications across a cluster of nodes, providing mechanisms for deployment, scaling, and operations.&lt;/p&gt;</description></item></channel></rss>