Compare commits
2 commits
5d13bf0155
...
c4c22c5721
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c4c22c5721 | ||
![]() |
7b6244631d |
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +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