Skip to content

Commit

Permalink
Resolve issue #2324 (#2358)
Browse files Browse the repository at this point in the history
* change the repository download line
  • Loading branch information
sspencerwire authored Sep 11, 2024
1 parent 0935d61 commit 788cbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gemstones/containers/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Docker - Install Engine
author: Wale Soyinka
contributors: Neel Chauhan, Srinivas Nishant Viswanadha, Stein Arne Storslett, Ganna Zhyrnova
contributors: Neel Chauhan, Srinivas Nishant Viswanadha, Stein Arne Storslett, Ganna Zhyrnova, Steven Spencer
date: 2021-08-04
tags:
- docker
Expand All @@ -16,7 +16,7 @@ The Docker Engine can run native Docker-style container workloads on Rocky Linux
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

0 comments on commit 788cbe0

Please sign in to comment.