Allow Docker Container to connect to multiple networks


Recommended Posts

Simply allow a docker container to connect to multiple network, eg. 192.168.0.0/24 and 192.168.2.0/24

This will allow some container that need to be on the same broadcast domain as an isolated network to function properly.

Currently we can do this using post arguments and "docker network connect" but this solution are unreliably at best, every time the array start up, this solution will break that container's auto start functionality and I need to recreate the container manually every reboot.

A proper GUI option is much appreciated.

  • Upvote 3
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.