Ajout portforwading
This commit is contained in:
parent
f5b3dd4f92
commit
7b6244631d
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
FROM alpine:latest
|
||||
RUN apk add --no-cache curl iputils-ping
|
||||
RUN apk add --no-cache curl iputils-ping dsniff
|
||||
RUN echo 1 | tee /proc/sys/net/ipv4/ip_forward
|
||||
|
||||
|
||||
#curl --insecure https://localhost/
|
||||
CMD ["curl", "--insecure", "https://webserver/"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue