August 17, 20232 yr Does anyone know the exact time /boot/config/go runs? I would like to use it to add a secondary IP address to the br0 interface, but would like to understand exactly when in the boot sequence it runs so I can understand what dependency issues I may face. Specifically, I would like to create a custom docker bridge network and bind it to this secondary IP address. I am wondering if the docker service would have already started before the go scripot runs. If so, it will have ignored the com.docker.network.bridge.host_binding_ipv4 setting due to the IP being unknown at that time.
August 17, 20232 yr Community Expert Solution 9 minutes ago, sphbecker said: Does anyone know the exact time /boot/config/go runs? I would like to use it to add a secondary IP address to the br0 interface, but would like to understand exactly when in the boot sequence it runs so I can understand what dependency issues I may face. Specifically, I would like to create a custom docker bridge network and bind it to this secondary IP address. I am wondering if the docker service would have already started before the go scripot runs. If so, it will have ignored the com.docker.network.bridge.host_binding_ipv4 setting due to the IP being unknown at that time. go runs at end of rc.local. at this port emhttp(GUI) has not started until end of go. Therefore docker is not running as it is started by the gui.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.