You've already forked role-check-mk-agent
Add firewall allow functionality RHEL
This commit is contained in:
6
Centos8-Dockerfile
Normal file
6
Centos8-Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
# Centos8-Dockerfile
|
||||
FROM docker.io/pycontribs/centos:8
|
||||
RUN yum install -y iproute firewalld net-tools && \
|
||||
systemctl disable nftables && \
|
||||
systemctl enable firewalld && \
|
||||
|
||||
Reference in New Issue
Block a user