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

View File

@@ -1,2 +1,3 @@
FROM docker.io/pycontribs/centos:7
RUN yum install -y iproute
RUN yum install -y iproute firewalld python-firewall net-tools && \
systemctl enable firewalld