Skip to content

How to get my rtl_433.conf into a container #108

Closed Answered by hertzg
HolgerAusB asked this question in Q&A
Discussion options

You must be logged in to vote

Looking at the -h output of the process you will see the following message that can be a good hint to what to try

A "rtl_433.conf" file is searched in "./", XDG_CONFIG_HOME e.g. "$HOME/.config/rtl_433/",
  SYSCONFDIR e.g. "/usr/local/etc/rtl_433/", then command line args will be parsed in order.

There's also [-c <path>] Read config options from a file if all previous fails you can put the file anywhere in the container (volume mount would do fine) and use the -c /path/to/that/file.conf if all else fails.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hertzg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants