<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  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:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Docker on Neeraj Sidhaye</title>
    <link>https://neerajsidhaye.github.io/tags/docker.html</link>
    <description>Recent content in Docker on Neeraj Sidhaye</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy;{year}, All Rights Reserved</copyright>
    <lastBuildDate>Tue, 25 May 2021 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="https://neerajsidhaye.github.io/tags/docker/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>Deploying GO app docker image on AWS EC2</title>
        <link>https://neerajsidhaye.github.io/posts/go/aws/deployinggoapponaws.html</link>
        <pubDate>Tue, 25 May 2021 00:00:00 +0000</pubDate>
        
        <atom:modified>Tue, 25 May 2021 00:00:00 +0000</atom:modified>
        <guid>https://neerajsidhaye.github.io/posts/go/aws/deployinggoapponaws.html</guid>
        <description>In this post, we will be deploying docker image of a GO application on AWS EC2 instance.
 This involves below steps
 Launching an EC2 instance
  SSH to EC2
  Installing Docker on EC2
  Starting Docker service
  Pulling image from docker hub
  Running the docker image on EC2
  Testing the application
 For this post, I have created docker image of a GO rest api and pushed to my docker hub repository.</description>
        
        <dc:creator>Neeraj Sidhaye</dc:creator>
        <media:content url="https://neerajsidhaye.github.io//images/posts/go/aws/goawsec2.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>GO</category>
            
          
            
              <category>Docker</category>
            
          
            
              <category>AWS</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Dockerizing GO applications</title>
        <link>https://neerajsidhaye.github.io/posts/go/docker/dockerizegoapp.html</link>
        <pubDate>Sun, 21 Feb 2021 00:00:00 +0000</pubDate>
        
        <atom:modified>Sun, 21 Feb 2021 00:00:00 +0000</atom:modified>
        <guid>https://neerajsidhaye.github.io/posts/go/docker/dockerizegoapp.html</guid>
        <description>In this post, we will be creating an optimized docker image for GO application using multi stage build - using alpine image and then produce a small image with only binary in a scratch image. Let&amp;rsquo;s read further&amp;hellip;
Assuming that you have got docker, git and GO installed on your machine so that you can build your GO app locally and then create a docker image.
Multi Stage Build We will be creating a multi stage build.</description>
        
        <dc:creator>Neeraj Sidhaye</dc:creator>
        <media:content url="https://neerajsidhaye.github.io//images/posts/go/docker/dockerizegoapp.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>GO</category>
            
          
            
              <category>Docker</category>
            
          
        
        
        
      </item>
      

    
  </channel>
</rss>