• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Amazon Linux Docker Install

July 10, 2019

Here’s the installation of Docker for the original Amazon Linux.

# To install docker
sudo yum install docker
sudo service docker start
# Validate it's working
docker --version
docker run hello-world
docker ps -a
docker image ls

# To install docker sudo yum install docker sudo service docker start # Validate it's working docker --version docker run hello-world docker ps -a docker image ls

Filed Under: Cloud, Linux Tagged With: amazon linux, aws, docker, install, yum

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023