<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Docker Archives - Robert Risch</title>
	<atom:link href="http://robertrisch.com/tag/docker/feed" rel="self" type="application/rss+xml" />
	<link>http://robertrisch.com/tag/docker</link>
	<description>Senior DevOps Engineer</description>
	<lastBuildDate>Tue, 24 Sep 2024 09:33:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>http://robertrisch.com/wp-content/uploads/2023/06/cropped-Robert-Risch-32x32.png</url>
	<title>Docker Archives - Robert Risch</title>
	<link>http://robertrisch.com/tag/docker</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Robert Risch -Building Docker Images with Dockerfiles</title>
		<link>http://robertrisch.com/robert-risch-building-docker-images-with-dockerfiles</link>
					<comments>http://robertrisch.com/robert-risch-building-docker-images-with-dockerfiles#respond</comments>
		
		<dc:creator><![CDATA[robertrisch]]></dc:creator>
		<pubDate>Thu, 25 Jan 2024 05:10:16 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[#ContinuousIntegration]]></category>
		<category><![CDATA[Automation Expert]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Dockerfiles]]></category>
		<guid isPermaLink="false">http://robertrisch.com/?p=356</guid>

					<description><![CDATA[<p>Dockerfiles are crucial in the world of containerization, providing a blueprint for creating Docker images. What are Dockerfiles? Dockerfiles are plain text configuration files that contain a set of instructions, guiding the Docker engine on how to build a Docker image. They serve as a blueprint for creating lightweight, portable, and reproducible containers. Deconstructing a&#8230; <a class="more-link" href="http://robertrisch.com/robert-risch-building-docker-images-with-dockerfiles">Continue reading <span class="screen-reader-text">Robert Risch -Building Docker Images with Dockerfiles</span></a></p>
<p>The post <a href="http://robertrisch.com/robert-risch-building-docker-images-with-dockerfiles">Robert Risch -Building Docker Images with Dockerfiles</a> appeared first on <a href="http://robertrisch.com">Robert Risch</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Dockerfiles are crucial in the world of containerization, providing a blueprint for creating Docker images. </p>



<h2 class="wp-block-heading"><strong>What are Dockerfiles?</strong></h2>



<p>Dockerfiles are plain text configuration files that contain a set of instructions, guiding the Docker engine on how to build a Docker image. They serve as a blueprint for creating lightweight, portable, and reproducible <a href="http://robertrisch.com/a-journey-through-automation-tools-and-techniques">containers</a>.</p>



<h2 class="wp-block-heading"><strong>Deconstructing a Dockerfile</strong></h2>



<p> A Dockerfile is a script that comprises a series of commands, each responsible for a specific task. These tasks may include defining the base image, installing dependencies, copying application code, configuring environment variables, exposing ports, and more.</p>



<h2 class="wp-block-heading"><strong>The Significance of Dockerfiles in Containerization</strong></h2>



<p>By documenting every step of the image-building process, Dockerfiles facilitate consistency across different environments, reducing the notorious &#8220;it works on my machine&#8221; issue.</p>



<h3 class="wp-block-heading"><strong>Version Control for Infrastructure</strong></h3>



<p>In a world where infrastructure is often treated as code, <a href="http://robert-risch.de/devops/erklaren-was-docker-container-sind-und-wie-sie-sich-von-vms-unterscheiden/">Dockerfiles</a> become a crucial component of version control. </p>



<h3 class="wp-block-heading"><strong>Scalability and Efficiency</strong></h3>



<p> Dockerfiles contribute to the scalability and efficiency of software deployment. </p>



<h3 class="wp-block-heading"><strong>Collaboration and DevOps Practices</strong> </h3>



<p> Dockerfiles promote collaboration between development and operations teams. They encapsulate application dependencies, configurations, and runtime environments, fostering a DevOps.</p>
<p>The post <a href="http://robertrisch.com/robert-risch-building-docker-images-with-dockerfiles">Robert Risch -Building Docker Images with Dockerfiles</a> appeared first on <a href="http://robertrisch.com">Robert Risch</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://robertrisch.com/robert-risch-building-docker-images-with-dockerfiles/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Robert Risch &#8211; What are the cloud platforms that support Docker?</title>
		<link>http://robertrisch.com/robert-risch-what-are-the-cloud-platforms-that-support-docker</link>
					<comments>http://robertrisch.com/robert-risch-what-are-the-cloud-platforms-that-support-docker#respond</comments>
		
		<dc:creator><![CDATA[robertrisch]]></dc:creator>
		<pubDate>Wed, 30 Aug 2023 05:00:21 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Cloudcomputing]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Robert Risch]]></category>
		<guid isPermaLink="false">http://robertrisch.com/?p=219</guid>

					<description><![CDATA[<p>Best Practices and Tips Many cloud platforms support Docker containers. However, it&#8217;s important to note that the landscape of cloud platforms and their offerings can change rapidly. Here are some of the major cloud platforms that were known to support Docker at that time: Amazon Web Services (AWS) Amazon Elastic Container Service (ECS):- A fully&#8230; <a class="more-link" href="http://robertrisch.com/robert-risch-what-are-the-cloud-platforms-that-support-docker">Continue reading <span class="screen-reader-text">Robert Risch &#8211; What are the cloud platforms that support Docker?</span></a></p>
<p>The post <a href="http://robertrisch.com/robert-risch-what-are-the-cloud-platforms-that-support-docker">Robert Risch &#8211; What are the cloud platforms that support Docker?</a> appeared first on <a href="http://robertrisch.com">Robert Risch</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>Best Practices and Tips</h3>
<p>Many cloud platforms support Docker containers. However, it&#8217;s important to note that the landscape of cloud platforms and their offerings can change rapidly. Here are some of the major <a href="http://robert-risch.de/ci-cd/robert-risch-verstandnis-der-verschiedenen-arten-von-cloud-computing/">cloud platforms</a> that were known to support Docker at that time:</p>
<h2>Amazon Web Services (AWS)</h2>
<p><strong>Amazon Elastic Container Service (ECS):-</strong> A fully managed container orchestration service.<br />
<strong>Amazon Elastic Kubernetes Service (EKS):-</strong> A managed Kubernetes service that supports Docker containers.</p>
<p>Microsoft Azure</p>
<h3><strong><a href="http://robertrisch.com/robert-risch-techniques-with-azure-test-plans">Azure Kubernetes Service</a> (AKS):</strong></h3>
<p>A managed Kubernetes service supporting Docker containers.</p>
<h3><strong>Azure Container Instances (ACI):</strong></h3>
<p>A serverless container service that allows you to run Docker containers without managing the underlying infrastructure.</p>
<h3><strong>Google Cloud Platform (GCP)</strong></h3>
<p><strong>Google Kubernetes Engine (GKE):-</strong> A managed Kubernetes service supporting Docker deployment.<br />
<strong>Google Cloud Run:</strong> A serverless platform for running containerized applications.</p>
<h3>IBM Cloud</h3>
<p><strong>IBM Kubernetes Service:-</strong> Managed Kubernetes service for running Docker containers.<br />
<strong>IBM Cloud Foundry:</strong> Platform-as-a-Service (PaaS) that supports Docker containerization.</p>
<p><strong>Heroku:-</strong> A platform-as-a-service (PaaS) that supports Docker container deployment through the use of buildpacks.</p>
<h3>Oracle Cloud Infrastructure (OCI)</h3>
<p><strong>Oracle Container Engine for Kubernetes:</strong> Managed Kubernetes service for Docker containers and container deployment.</p>
<p>The post <a href="http://robertrisch.com/robert-risch-what-are-the-cloud-platforms-that-support-docker">Robert Risch &#8211; What are the cloud platforms that support Docker?</a> appeared first on <a href="http://robertrisch.com">Robert Risch</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://robertrisch.com/robert-risch-what-are-the-cloud-platforms-that-support-docker/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
