#Edit HAOS core Docker Config

1 messages · Page 1 of 1 (latest)

bold mauve
#

Hi, I am trying to edit the docker configuration file /etc/docker/daemon.json, but it is mounted on a read only file system. How can I edit it? Is there some way of drop-in replacement or overlay I can use? Goal is to change the network MTU to 9000 to fit my network configuration. The physical nic is already configured.

#

I am aware that this is an unsupported configuration and I am on my own if something fails due to these changes.

urban fox
#

If there isn't something in the configuration of the add-on that allows this parameter to be changed, then I don't know. Look at the docs for the add-on to see if you can set that there.

bold mauve
#

Which add-on? I am trying to configure the docker daemon on the host OS

urban fox
#

If you want to screw with the Host Docker, I have no idea. Are you running Home Assistant Container install version?

#

You should put your install type in the title and mention host docker there as well.

#

Your question and the title lead me WAY off track.

bold mauve
#

I am using HomeAssistant OS. The Generic x86/64 Image

torn lily
#
GitHub

Describe the issue you are experiencing I recently had to change the MTU on the host adapter (VM) because the interface is running over a VXLAN. That beeing said, no addon has internet connection s...

GitHub

Describe the issue you are experiencing I recently had to change the MTU on the host adapter (VM) because the interface is running over a VXLAN. That beeing said, no addon has internet connection s...

GitHub

Describe the issue you are experiencing /etc/docker/daemon.json used to be writable before version 9.0. This facilitated the customisation of the Docker daemon startup flags. This is no longer poss...