8

I am trying to install docker engine on amazon linux 2023 using the docker ce repo with no luck.

i tried to install Docker on amazon linux 2 using the "amazon-linux-extras" but its no longer available on AL2023 even though it was on AL2.

Dsh
  • 81
  • 1
  • 4

2 Answers2

7

Dsh.

Simple

yum install -y docker

worked fine for me. I'm using al2023-ami-2023.0.20230503.0-kernel-6.1-x86_64

-1

Thanks, yes i figured out that AL2023 is using Fedora as the upstream. so just as you suggested both yum install -y docker and dnf install -y docker works.

Thanks again!

Dsh
  • 81
  • 1
  • 4