April 12, 20233 yr I know that this has been asked a few times but I couldn't find an answer. I have a home network with multiple VLANs. (home, IoT, guest, cameras, etc) They are pushed to my Unraid server over a trunk port from my switch. I have several dockers that need to exist across several VLANs to provide services into more than one. How can I add a second/third network interface to a docker?
April 12, 20233 yr Community Expert The unRAID Dockerman interface doesnt have a way to add multiple networks to a single container. To do so you would need to use the docker network command on the cli. Alternatively you could manage the specific containers via something other than dockerman, such as compose or portainer.
April 14, 20233 yr Author On 4/13/2023 at 12:08 AM, primeval_god said: The unRAID Dockerman interface doesnt have a way to add multiple networks to a single container. Where does Unriad store its docker config. Happy to make changes with vi for the dockers that need it.
April 14, 20233 yr Community Expert 7 hours ago, cat2devnull said: Where does Unriad store its docker config. Happy to make changes with vi for the dockers that need it. So far as i know even not even the underlying template format supports multiple networks.
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.