pengyaoxu
Results
2
comments of
pengyaoxu
I also meet this problem.My config file below: ``` version: '2.1' services: postgres: container_name: clair_postgres image: postgres:9.6 restart: unless-stopped environment: POSTGRES_PASSWORD: password clair: container_name: clair_clair image: quay.io/coreos/clair:v2.0.0 restart: unless-stopped depends_on:...
Now is ok with my clairctl.I pull the latest clairctl resource code and compile.It works.