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 docker webui add a MAC Address list? (made a script that works for me)

Featured Replies

Hi :)
is it possible to add a list that can show dockers mac address on the docker webui  in the same way as its ip ?


I know you can see it via the terminal, the other would just be more convenient :D

Or do you have other good ideas?

 

Thanks :)

 

  • 1 month later...
  • Author

Hey 
I put together a simple batch script that does what I need, and I just want to share it if there are others who need it :) 
 

I use User Scripts, and have added it there. But you can also just run it from the console. 

 

This Show the Dockers - Name / IP / MAC
 

#!/bin/bash
docker inspect -f '|-| {{.Name}} |-| {{range .NetworkSettings.Networks}} {{.IPAddress}} |-| {{.MacAddress}}{{end}} |-|' $(sudo docker ps -aq) | tr -d /

 

  • EmilionDK changed the title to Unraid docker webui add a MAC Address list? (made a script that works for me)

Archived

This topic is now archived and is closed to further replies.

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.