filipecancio/kali-iptables

By filipecancio

Updated about 1 year ago

image to study iptables

Image
0

9

FROM nginx

RUN apt-get update \
    && apt-get install -y sudo \
    && apt-get install -y iptables \
    && apt-get install -y curl \    
    && apt-get install -y net-tools \
    && apt-get install -y iputils-ping \ 

Docker Pull Command

docker pull filipecancio/kali-iptables