Lucas Bürgy's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
2 results tagged nfs  ✕
How to directly mount NFS share/volume in container using docker compose v3 | Newbedev https://newbedev.com/how-to-directly-mount-nfs-share-volume-in-container-using-docker-compose-v3
Wed Nov 17 09:32:35 2021
QRCode
version: "3.2"

services:
  rsyslog:
    image: jumanjiman/rsyslog
    ports:
      - "514:514"
      - "514:514/udp"
    volumes:
      - type: volume
        source: example
        target: /nfs
        volume:
          nocopy: true
volumes:
  example:
    driver_opts:
      type: "nfs"
      o: "addr=10.40.0.199,nolock,soft,rw"
      device: ":/docker/example"
docker nfs
NFS automount /etc/fstab with Jessie - Raspberry Pi Forums https://www.raspberrypi.org/forums/viewtopic.php?t=122066#p823169
Sat May 12 16:10:36 2018
QRCode
nano /etc/fstab
ip:/nfs/Multimedia /nas/multimedias nfs defaults,noauto,x-systemd.automount 0 0
linux nfs rpi
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn