an up to date drop in replacement for itsthenetwork/nfs-server-alpine
1.6K
This is intended as a drop-in replacement for itsthenetwork/nfs-server-alpine:latest.
There are a few differences:
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
'''
Content type
Image
Digest
sha256:989b1ccd1…
Size
28 MB
Last updated
13 days ago
docker pull gregewing/nfs-server-alpine