Sign inSign up

gregewing/nfs-server-alpine

By gregewing

Updated 13 days ago

an up to date drop in replacement for itsthenetwork/nfs-server-alpine

Image
0

1.6K

gregewing/nfs-server-alpine repository overview

This is intended as a drop-in replacement for itsthenetwork/nfs-server-alpine:latest.

There are a few differences:

  • this version uses all up-to-date software, no EOL OS versions here.
  • the startup script works slightly dofferently, but may not tollerate wildcards in the 'PERMITTED' environment variable.
  • this version seems to work most relilavly when deployed with host networking
  • there may be a necessity to load the nfs and nfsd kernel modules on the host.

a sample docker compose is :

''' services: nfs-server: container_name: nfs_server image: gregewing/nfs-server-alpine:latest restart: unless-stopped volumes: - nfs_data:/nfsshare:rw ports: - "2049:2049" - "2049:2049/udp" privileged: true environment: TZ: Europe/London SHARED_DIRECTORY: /nfsshare PERMITTED: 192.168.0.0/24

volumes: nfs_data: external: true

'''

Tag summary

Content type

Image

Digest

sha256:989b1ccd1

Size

28 MB

Last updated

13 days ago

docker pull gregewing/nfs-server-alpine