diff --git a/README.md b/README.md index b37c552..a4094ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # clamav-docker-arm64 -Arm64 container images of ClamAV +Arm64 and amd64 container images of ClamAV -Built manually according to instructions at https://github.com/Cisco-Talos/clamav/blob/main/README.Docker.md#building-the-clamav-image on top of Alpine Linux +The images have a modified clamdcheck.sh script, changing "localhost" to "127.0.0.1", as the healtcheck failed when running the container using `podman kube play` + +Built manually according to instructions at https://github.com/Cisco-Talos/clamav/blob/main/README.Docker.md#building-the-clamav-image from the docker.io/clamav/clamav image.