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 6e88ba3 commit b445881Copy full SHA for b445881
molecule/README.md
@@ -26,7 +26,7 @@ test15 | 1 | N | No compute nodes.
26
27
# Local Installation & Running
28
29
-Local installation on a CentOS 8 machine looks like:
+Local installation on a RockyLinux 8.x machine looks like:
30
31
sudo yum install -y gcc python3-pip python3-devel openssl-devel python3-libselinux
32
sudo yum install -y yum-utils
@@ -35,8 +35,7 @@ Local installation on a CentOS 8 machine looks like:
35
sudo yum install -y iptables
36
sudo systemctl start docker
37
sudo usermod -aG docker ${USER}
38
- # if not running as centos, also run:
39
- sudo usermod -aG docker centos
+ sudo usermod -aG docker rocky
40
newgrp docker
41
docker run hello-world # test docker works without sudo
42
0 commit comments