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.

How to use tmpfs mappings?

Featured Replies

I am trying to create a container that uses systemd and requires the use of tmpfs mappings.

E.g.

Docker Run Example:
docker run -d \
  --name=dwspectrum-test-container \
  --restart=unless-stopped \
  --network=host \
  --tmpfs /run \
  --tmpfs /run/lock \
  --tmpfs /tmp \
  -v /sys/fs/cgroup:/sys/fs/cgroup:ro \
  -v "/.mount/media:/config/DW Spectrum Media" \
  -v /.mount/config:/opt/digitalwatchdog/mediaserver/var \
  ptr727/dwspectrum

Docker Compose Example:
services:
  dwspectrum:
    image: ptr727/dwspectrum
    container_name: dwspectrum-test-container
    hostname: dwspectrum-test-host
    domainname: foo.net
    build: .
    volumes:
      - /sys/fs/cgroup:/sys/fs/cgroup:ro
      - ./.mount/media:/config/DW Spectrum Media
      - ./.mount/config/:/opt/digitalwatchdog/mediaserver/var
    tmpfs:
      - /run
      - /run/lock
      - /tmp
    restart: unless-stopped
    network_mode: host
    ports:
      - 7001:7001

 

How do I add tmpfs mappings in Unraid's docker configuration, or do I need to specify them as additional options on the commandline?

  • Author

Ok, it is ugly, but I'll give it a try.

I really wish we could just use compose files.

16 hours ago, ptr727 said:

Ok, it is ugly, but I'll give it a try.

I really wish we could just use compose files.

 

I believe docker-compose is available in nerdpack plugin?

  • Author

Ok thx, so CLI use only then.

  • Community Expert

Might be worth logging a feature request to have tmpfs mounts supported in Dockerman. So far as i know no one has asked for it yet (though i didnt actually check).

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.