<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Andrew Bauman</title>
    <description>The latest articles on DEV Community by Andrew Bauman (@baumanab).</description>
    <link>https://dev.to/baumanab</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F118025%2F633a6ab4-4873-4b50-a4a7-3330bfad086a.png</url>
      <title>DEV Community: Andrew Bauman</title>
      <link>https://dev.to/baumanab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/baumanab"/>
    <language>en</language>
    <item>
      <title>My first docker stack deployment</title>
      <dc:creator>Andrew Bauman</dc:creator>
      <pubDate>Mon, 01 Apr 2019 19:25:06 +0000</pubDate>
      <link>https://dev.to/baumanab/my-first-docker-stack-deployment-100i</link>
      <guid>https://dev.to/baumanab/my-first-docker-stack-deployment-100i</guid>
      <description>&lt;p&gt;This is my first post, so I thought I would fill it with a first.  I first started using Docker in October of 2018.  I was pretty lost but had a lot of help from colleagues and online tutorials etc.  I'm proud to say that this week I was able to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;build a multi-stage docker file that creates a base image with dependencies for building a static front end with a d3.js visualization, builds that front end and data (another image), and ships it (the front end) to an nginx image for consumption&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ship the image to a remote vm and deploy it in a docker service stack with health checks.  It actually works!&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is a big step for me, having been clueless on docker just a few months ago, and very often confused at what to do.  I was lucky enough to have good guidance and resources and feel a lot more confident at using the docker service stack.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
