Skip to content

Commit 4558162

Browse files
committed
docs: Fix dnf config-manager command
1 parent 754282b commit 4558162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/operations/tempest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Installing Docker on Rocky:
7070
.. code-block:: bash
7171
7272
sudo dnf install -y dnf-utils
73-
sudo dnf-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
73+
sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
7474
sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
7575
7676
Ensure Docker is running & enabled:

0 commit comments

Comments
 (0)