skip to Main Content

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.

2

Answers


  1. Chosen as BEST ANSWER

    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!


  2. Dsh.

    Simple

    yum install -y docker
    

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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search