<?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 - IntelliTect</title>
	<atom:link href="https://intellitect.com/blog/tag/docker/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Wed, 16 Aug 2023 20:38:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://intellitect.com/wp-content/uploads/2017/02/cropped-favicon-1-32x32.png</url>
	<title>Docker Archives - IntelliTect</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Video: Developing with DevContainers</title>
		<link>https://intellitect.com/blog/video-devcontainers/</link>
		
		<dc:creator><![CDATA[Joshua]]></dc:creator>
		<pubDate>Wed, 17 Mar 2021 18:13:58 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Docker]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=42114</guid>

					<description><![CDATA[<p>Quickly Create a Development Environment With DevContainers The goal behind DevContainers is not to solve the &#8220;works on my machine&#8221; problem. Rather, it allows developers to create a consistent development environment for projects. It&#8217;s important to note that these environments can be reused or shared with other team members. Check out the full video from&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/video-devcontainers/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Video: Developing with DevContainers</span></a></div>
<p>The post <a href="https://intellitect.com/blog/video-devcontainers/">Video: Developing with DevContainers</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Discover Kubernetes: A Container Orchestration Solution</title>
		<link>https://intellitect.com/blog/kubernetes/</link>
		
		<dc:creator><![CDATA[Allen]]></dc:creator>
		<pubDate>Tue, 20 Aug 2019 15:00:41 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=36216</guid>

					<description><![CDATA[<p>Scaling Large Applications With Kubernetes Need to scale large applications? Learn why Kubernetes is a great Docker add-on. Creating an application is a big deal, but that&#8217;s not the only step in the development process. Often people forget about the sometimes difficult act of deploying their product to the end-user. Application deployment has changed over&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/kubernetes/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Discover Kubernetes: A Container Orchestration Solution</span></a></div>
<p>The post <a href="https://intellitect.com/blog/kubernetes/">Discover Kubernetes: A Container Orchestration Solution</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Docker: Adding PostgreSQL to .Net Core &#8211; Part 2</title>
		<link>https://intellitect.com/blog/docker-postgresql/</link>
		
		<dc:creator><![CDATA[IntelliTect]]></dc:creator>
		<pubDate>Wed, 06 Mar 2019 17:52:52 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Angular]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=35022</guid>

					<description><![CDATA[<p>Add Postgres to .NET Core Estimated reading time: 8 minutes We&#8217;ll break down what you need to know about Postgres and build out our API code in this installment on Docker. If you missed it, check out part one. So far, we&#8217;ve written some basic startup scripts for our Gadget Depot project. You can get&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/docker-postgresql/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Docker: Adding PostgreSQL to .Net Core &#8211; Part 2</span></a></div>
<p>The post <a href="https://intellitect.com/blog/docker-postgresql/">Docker: Adding PostgreSQL to .Net Core &#8211; Part 2</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Effortlessly Scaffold Your App with Docker &#8211; Part 1</title>
		<link>https://intellitect.com/blog/docker-scaffold/</link>
					<comments>https://intellitect.com/blog/docker-scaffold/#comments</comments>
		
		<dc:creator><![CDATA[IntelliTect]]></dc:creator>
		<pubDate>Tue, 05 Mar 2019 21:23:06 +0000</pubDate>
				<category><![CDATA[.NET/C#]]></category>
		<category><![CDATA[Angular]]></category>
		<category><![CDATA[Docker]]></category>
		<guid isPermaLink="false">https://intellitect.com/?p=35012</guid>

					<description><![CDATA[<p>Dockerize Your Next ASP.NET Core, Postgres and Angular App to Easily Get Up and Running Abstract In this tutorial, you&#8217;ll learn how to use Docker to set up a fresh .NET Core project connected to a PostgreSQL database. As we&#8217;ll find, Docker will take care of all the heavy lifting when it comes to installing&#8230;&#160;</p>
<div class="read-more-wrapper"><a href="https://intellitect.com/blog/docker-scaffold/" class="button button-primary" rel="bookmark">Read More &#187;<span class="screen-reader-text">Effortlessly Scaffold Your App with Docker &#8211; Part 1</span></a></div>
<p>The post <a href="https://intellitect.com/blog/docker-scaffold/">Effortlessly Scaffold Your App with Docker &#8211; Part 1</a> appeared first on <a href="https://intellitect.com">IntelliTect</a>.</p>
]]></description>
		
					<wfw:commentRss>https://intellitect.com/blog/docker-scaffold/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
