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.

show assigned IPs for stopped/offline containers (custom networks)

Featured Replies

Hi all,
Is there a way in Unraid to get an overview/list of all IP addresses assigned to Docker containers, across my custom networks, including stopped/offline containers too?

Right now the Docker tab only shows IPs for running containers, so to avoid IP conflicts when adding a new container I have to open and edit each stopped container one by one just to see what IP is assigned to it.

I’m mainly looking for a GUI solution. I honestly don’t think this needs a whole new dashboard. It would be perfect if the existing Docker view could also show the assigned IP for non-running containers in the same column where running container IPs are shown. Probably with a simple toggle/setting like “show IPs for stopped containers” so users can enable/disable it.

Is there any built-in way to do this already, or a plugin that adds it?

Thanks!

  • 1 month later...
On 2/1/2026 at 4:13 PM, olympia said:

Hi all,


Is there a way in Unraid to get an overview/list of all IP addresses assigned to Docker containers, across my custom networks, including stopped/offline containers too?

Right now the Docker tab only shows IPs for running containers, so to avoid IP conflicts when adding a new container I have to open and edit each stopped container one by one just to see what IP is assigned to it.

I’m mainly looking for a GUI solution. I honestly don’t think this needs a whole new dashboard. It would be perfect if the existing Docker view could also show the assigned IP for non-running containers in the same column where running container IPs are shown. Probably with a simple toggle/setting like “show IPs for stopped containers” so users can enable/disable it and play geometry dash.

Is there any built-in way to do this already, or a plugin that adds it?

Thanks!

No, there isn’t currently a built-in way in Unraid’s standard Docker tab / GUI to show the assigned IP addresses of stopped/offline containers, including on custom networks. If you want a more “at-a-glance” list, you can run a Docker inspect command in the Unraid web Terminal to list all containers (running or stopped) and their network assignments:

docker ps -a --format '{{.Names}}' | xargs -I {} sh -c \

"printf '%s: ' {} && docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' {}"

This gives you <container name>: <IP> for every container, including stopped ones. It isn’t a GUI view but it does give a complete list.

  • Author
23 hours ago, sharonburd said:

No, there isn’t currently a built-in way in Unraid’s standard Docker tab / GUI to show the assigned IP addresses of stopped/offline containers, including on custom networks. If you want a more “at-a-glance” list, you can run a Docker inspect command in the Unraid web Terminal to list all containers (running or stopped) and their network assignments:

docker ps -a --format '{{.Names}}' | xargs -I {} sh -c \

"printf '%s: ' {} && docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' {}"

This gives you <container name>: <IP> for every container, including stopped ones. It isn’t a GUI view but it does give a complete list.

Thanks for the suggestion, but this command also only returns the ip address of running dockers.

  • 1 month later...

you can't have that. Docker returns only running containers because to be attached to a network a container needs to be running.

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.