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.
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
Thanks, yes i figured out that AL2023 is using Fedora as the upstream. so just as you suggested both
yum install -y docker
anddnf install -y docker
works.Thanks again!
Dsh.
Simple
worked fine for me. I’m using
al2023-ami-2023.0.20230503.0-kernel-6.1-x86_64