HassOS docker options

I’m running HassOS on a raspberry pi and would really like to get the docker logs forwarded off to my syslog server. The easiest way to do this is to add something like the following to the docker options:

{
  "log-driver": "syslog",
  "log-opts": {
    "syslog-address": "udp://1.2.3.4:514"
  }
}

Short of building my own HassOS image (ick), is there a way to add anything to the docker option in HassOS?

Hi Daniel,

Did you get any further?

Cheers

Nope. I haven’t found any way to inject values into the docker config. I could do it easily if I was running my own docker, but not with the pre-installed image.