5 lines
138 B
Docker
5 lines
138 B
Docker
FROM base-firewall-1.8.8
|
|
MAINTAINER gyurix
|
|
COPY firewall/ /firewall/
|
|
CMD firewall/iptables-wrapper-installer.sh && /firewall/firewall-add
|