Note: ESET does not provide an official Docker image for ESET NOD32 Antivirus for Linux. ESET NOD32 is designed to be installed directly on the host system.
For Linux systems, ESET recommends direct installation:
.deb or .rpm packageSee ESET NOD32 Setup for installation instructions.
If you need containerized antivirus scanning, consider using the official ClamAV Docker image:
# Pull the official ClamAV image
docker pull clamav/clamav:latest
# Run ClamAV scan on a directory
docker run --rm -v /path/to/scan:/tmp/scan:ro clamav/clamav:latest clamscan -r /tmp/scan
See ClamAV Docker Setup for more details.