Skip to content

Run a virus scan using ClamAV

Published: at 06:00 PM

Run quick ClamAV antivirus scan using docker:

docker run -it --rm \
  --mount type=bind,source=<path-to-dir>,target=/scandir \
  clamav/clamav:stable \
  clamscan /scandir