anchore-engine icon indicating copy to clipboard operation
anchore-engine copied to clipboard

How to add multiple analyzer ,or run multiple analyzer docker container?

Open wcc526 opened this issue 3 years ago • 1 comments

How to add multiple analyzer ,or run multiple analyzer docker container?

wcc526 avatar Mar 09 '21 05:03 wcc526

Engine scales out by running more analyzer containers. It depends on how you are running the system, but both Docker compose and Helm/K8s have ways of scaling a service to include more instances.

See: https://docs.docker.com/compose/reference/up/ for Docker Compose or our helm chart's values file for examples: https://github.com/anchore/anchore-charts/blob/master/stable/anchore-engine/values.yaml#L273

zhill avatar Apr 17 '21 23:04 zhill