Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Docker on Amazon linux 2023?

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.

like image 538
Dsh Avatar asked Sep 07 '25 02:09

Dsh


1 Answers

Dsh.

Simple

yum install -y docker

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

like image 51
Igor Mishchuk Avatar answered Sep 10 '25 21:09

Igor Mishchuk