Pulls the eicar.com file from the eicarserver every 10 seconds
272
FROM alpine:3.9
RUN apk add --no-cache curl
CMD ["/bin/ash", "-c", "while [ true ] ; do curl eicarserver:80/eicar.com; sleep 10; done"
Content type
Image
Digest
Size
3.4 MB
Last updated
over 7 years ago
docker pull mawinkler/eicarclient:0.1