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.

Named Volumes vs. Bind Mount

Featured Replies

Can I use named volumes to persist data from my containers or do I have to bind mount paths onto my array?

 

(normally volumes end up in /var/lib/docker/volumes so I’m not sure if it would work on unraid)

Edited by skipkayhil

  • Community Expert

I would recommend against it. The docker filesystem (where volumes are stored) on unRAID is kept in the loop mounted image you setup when setting up docker. The docker image is of limited size (resizing is a manual operation), limited in speed (due to the loop mounting), and you will often see the recommendation that if something goes wrong with docker to just delete the image a recreate all your containers (which also would delete volumes). Using bind mounts is the safer option and affords use the flexibility of using unRAIDs user share system to allow containers to store their data on the cache or array as we see fit. It also makes it easier to access the files (typically config files) that docker containers create as they are typically bind mounted to /mnt/user/appdata/container-name.  

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.