Sign inSign up

mawinkler/eicarclient

By mawinkler

Updated over 7 years ago

Pulls the eicar.com file from the eicarserver every 10 seconds

Image
0

272

mawinkler/eicarclient repository overview

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"

Tag summary

Content type

Image

Digest

Size

3.4 MB

Last updated

over 7 years ago

docker pull mawinkler/eicarclient:0.1