Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Unraid 7.2.5: Error: "container sharing network namespace with another container"

Featured Replies

After upgrading to version 7.2.5 Unraid fails to start some containers. Here is an example:

docker start binhex-sabnzbd

Error response from daemon: failed to set up container networking: container sharing network namespace with another container or host cannot be connected to any other network
failed to start containers: binhex-sabnzbd

Note that this only happens for containers that I have routed through a VPN container with the --net=container:<YOUR_CONTAINER_NAME>.

What should I do? I still want to use VPN for the container.

  • Author

I assume this has to with Unraid 7.2.5 upgrading Docker to version 29, but I am not sure.

Seems like there might be two solutions here.

Solution 1: Use container networks

Set the network type to Container and use the container that has VPN as the "Container Network". In this case you don't have to use --net=container:<YOUR_CONTAINER_NAME>

image.png

Solution 2: Remove port mappings

Remove all port mappings from the routed container. Add those ports to the VPN container instead. For example: add SABnzbd’s 8080 WebUI port to the VPN container and remove the port from the SABnzbd container. Make sure not to use The important part is that the routed container must not have both --net=container:<VPN_CONTAINER_NAME> together with any Docker network attachment or port publishing.

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.