arminc / clair-scanner

Docker containers vulnerability scan
Apache License 2.0
848 stars 154 forks source link

Can I use podman with clair-scanner? #133

Open YevheniiPokhvalii opened 1 year ago

YevheniiPokhvalii commented 1 year ago

I have Podman installed on my local machine and while Clair server supports Podman, clair-scanner requires the docker deamon to be started. Is there a way to make it work with Podman or is it not supported?

My concern is Openshift cluster that does not have docker.

I tired the steps described here but I still have the error:

2023/05/25 11:53:21 [CRIT] ▶ Could not save Docker image [alpine:3.5]: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?