yebinama / paclair

Paclair is a Python3 Cli tool to interact with Coreos's Clair (https://github.com/coreos/clair).
Apache License 2.0
27 stars 13 forks source link

Add Dockerfile for project #4

Closed InTheCloudDan closed 5 years ago

InTheCloudDan commented 6 years ago

This is a basic dockerfile with paclair as the entrypoint so you can just pass in the additional arguments to have it run.

The conf file will need to take into account the docker network it's running inside of.

yebinama commented 6 years ago

Maybe you could add a volume ('/config' for example) so we can pass a configuration file when running the application:

docker run -v /etc/paclair/config:/config paclair --conf /config/config.yaml

yebinama commented 5 years ago

Done in #14