From 7f051d47801ff92b17087873a8ba06f7546ebb78 Mon Sep 17 00:00:00 2001 From: chloe <48069588+chloetalksalot@users.noreply.github.com> Date: Sun, 28 Sep 2025 14:07:55 -0700 Subject: [PATCH] Update docker.md Updating docker install documentation to reflect absence of RHEL 10 docker release. Solution is to use the CentOS repository. Associated issue is: https://github.com/rocky-linux/documentation/issues/2854 --- docs/gemstones/containers/docker.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/gemstones/containers/docker.md b/docs/gemstones/containers/docker.md index ffe6b35963..fb955bf4ac 100644 --- a/docs/gemstones/containers/docker.md +++ b/docs/gemstones/containers/docker.md @@ -13,10 +13,14 @@ The Docker Engine can run native Docker-style container workloads on Rocky Linux ## Add the Docker repository +!!! Note + + Docker v28 does not currently have a RHEL 10 repository, therefore we will use the CentOS repository. + Use the `dnf` utility to add the Docker repository to your Rocky Linux server. Type: ```bash -sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo +sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo ``` ## Install the needed packages