diff --git a/docker/apache2/000-default.conf b/docker/apache2/000-default.conf index 9bf27ac..07ae9aa 100644 --- a/docker/apache2/000-default.conf +++ b/docker/apache2/000-default.conf @@ -26,4 +26,4 @@ # following line enables the CGI configuration for this host only # after it has been globally disabled with "a2disconf". #Include conf-available/serve-cgi-bin.conf - \ No newline at end of file + diff --git a/docker/attacker/dockerfile b/docker/attacker/dockerfile index 6845798..9aa40f9 100644 --- a/docker/attacker/dockerfile +++ b/docker/attacker/dockerfile @@ -1,3 +1,4 @@ FROM alpine:latest -RUN apk add --no-cache curl -CMD ["curl", "webserver:80"] \ No newline at end of file +RUN apk add --no-cache curl iputils-ping +# CMD ["curl", "webserver:443"] +CMD ["ping", "webserver -c 4"]