Closed InTheCloudDan closed 5 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.
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
Done in #14
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.