We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754282b commit 4558162Copy full SHA for 4558162
doc/source/operations/tempest.rst
@@ -70,7 +70,7 @@ Installing Docker on Rocky:
70
.. code-block:: bash
71
72
sudo dnf install -y dnf-utils
73
- 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/centos/docker-ce.repo
74
sudo dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
75
76
Ensure Docker is running & enabled:
0 commit comments