Add firewall allow functionality RHEL

This commit is contained in:
2020-10-15 14:23:17 +13:00
parent 9cd948dcdc
commit 829ca8310d
4 changed files with 22 additions and 2 deletions

6
Centos8-Dockerfile Normal file
View 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 && \