Nfcapd - Sample Configuration File? #524
Closed
David00
started this conversation in
nfdump-1.7
Replies: 1 comment
-
Currently not all cli arguments are available through the config file. See the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've built nfcapd from source in Docker, but I'm having a hard time starting it with a config file.
I can start the application by specifying the options as flags on the command line, but as soon as I put those options into a config file and pass the
-C /path/to/config
to nfcapd, it doesn't run.Here are the contents of my config file, followed by the attempt at starting
nfcapd
with the config file, followed by providing the arguments manually as flags:I've tried putting quotes around the path, but then nfcapd reports:
I don't want to hardcode the nfcapd configuration by using CLI flags in my Docker image because changing them will require rebuilding the image. My intent is to map the config file to the host system.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions