cat2devnull Posted April 12, 2023 Share Posted April 12, 2023 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? Quote Link to comment
primeval_god Posted April 12, 2023 Share Posted April 12, 2023 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. Quote Link to comment
cat2devnull Posted April 14, 2023 Author Share Posted April 14, 2023 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. Quote Link to comment
primeval_god Posted April 14, 2023 Share Posted April 14, 2023 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. Quote Link to comment
Recommended Posts
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.