Skip to content

Commit b445881

Browse files
committed
update molecule install instructions for rockylinux
1 parent 6e88ba3 commit b445881

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

molecule/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test15 | 1 | N | No compute nodes.
2626

2727
# Local Installation & Running
2828

29-
Local installation on a CentOS 8 machine looks like:
29+
Local installation on a RockyLinux 8.x machine looks like:
3030

3131
sudo yum install -y gcc python3-pip python3-devel openssl-devel python3-libselinux
3232
sudo yum install -y yum-utils
@@ -35,8 +35,7 @@ Local installation on a CentOS 8 machine looks like:
3535
sudo yum install -y iptables
3636
sudo systemctl start docker
3737
sudo usermod -aG docker ${USER}
38-
# if not running as centos, also run:
39-
sudo usermod -aG docker centos
38+
sudo usermod -aG docker rocky
4039
newgrp docker
4140
docker run hello-world # test docker works without sudo
4241

0 commit comments

Comments
 (0)