Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/gemstones/containers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ 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/centos/docker-ce.repo
sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo
```

## Install the needed packages
Expand Down