You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create refinery.toml and rules.toml in a subdir called conf
Run docker run -v $(pwd)/conf:/etc/refinery honeycombio/refinery:1.6.0
The container exits immediately with an error message:
$ ls conf/
refinery.toml rules.toml
$ docker run -v $(pwd)/conf:/etc/refinery honeycombio/refinery:1.6.0
command line parsing error - call with --help for usage
$
Additional context
In 1.5.2, the container started with no arguments:
$ docker run -v $(pwd)/conf:/etc/refinery honeycombio/refinery:1.5.2
time="2021-11-10T15:45:45Z" level=info msg="using specific identifier from config" identifier=192.168.1.1
time="2021-11-10T15:45:46Z" level=info msg="Peer list has changed. New peer list: [http://10.40.192.136:28957 http://10.40.192.139:22052 http://192.168.1.1:12346]"
...
The text was updated successfully, but these errors were encountered:
Versions
Steps to reproduce
refinery.toml
andrules.toml
in a subdir calledconf
docker run -v $(pwd)/conf:/etc/refinery honeycombio/refinery:1.6.0
Additional context
In 1.5.2, the container started with no arguments:
The text was updated successfully, but these errors were encountered: