<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Docker on Tim O&#39;Hare Random Collection</title>
    <link>https://www.ohare.id.au/tags/docker/</link>
    <description>Recent content in Docker on Tim O&#39;Hare Random Collection</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 15 Jul 2022 17:01:11 +1000</lastBuildDate>
    <atom:link href="https://www.ohare.id.au/tags/docker/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Set Up Docker on an AWS Ubuntu EC2 Instance</title>
      <link>https://www.ohare.id.au/posts/20220715-docker-setup-on-aws/</link>
      <pubDate>Fri, 15 Jul 2022 17:01:11 +1000</pubDate>
      <guid>https://www.ohare.id.au/posts/20220715-docker-setup-on-aws/</guid>
      <description>Docker setup on AWS Choose a Ubuntu AMI rather that Amazon Linux 2 (AL2), because there wasn&amp;rsquo;t a specific repository for AL2.&#xA;Found instructions for installing Docker on AL2 on https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-container-image.html#create-container-image-prerequisites&#xA;Install using the repository From https://docs.docker.com/engine/install/ubuntu/#set-up-the-repository&#xA;sudo apt-get update sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-release Add Docker’s official GPG key:&#xA;sudo mkdir -p /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg Use the following command to set up the repository:</description>
    </item>
  </channel>
</rss>
