Vulnerability scanning question

New here and to the docker concept

I have some docker containers/images that were burned to a couple of DVD disks. I would like to do a vulnerability scan of the files prior to loading them on my network. Can this be done with standard anti-virus/malware scanning tools?

Thanks

You can use Anchore (A vulnerability scanner for docker images) to check the vulnerabilities if any.You have to deploy the Anchore’s container image to do this scanning. It will give you the detailed report of vulnerabilities if found.