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
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