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.

sharonburd

Members
  • Joined

  • Last visited

Everything posted by sharonburd

  1. 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.
  2. Hello, I set this system up a while ago following various guides, then mostly left it alone. Now I’m returning to tidy things up and learn a bit more, but I’m still fairly new to this. At the moment I have multiple Docker setups mixed together: some containers were installed via Unraid’s XML (the “Apps” store), others show as “Docker Compose plugin,” and some are listed as “3rd-party.” I don’t remember how I ended up with this mix. I’d like guidance on consolidating everything to Docker Compose. Are there tools that can help convert existing containers to Compose files? If so, I haven’t had much luck finding them. Also, do you run any management containers or utilities inside Docker to help orchestrate or maintain your Compose stacks?

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.