Giter VIP home page Giter VIP logo

docker-nfs-server's Introduction

docker-nfs-server

The nfs-server image provides a minimal NFSv4 server.

Usage

Running the container in Docker requires:

  1. making the container privileged to allow it to mount the nfsd pseudo-filesystem;
  2. mounting a volume to /mnt/data, the directory that will be exported;
  3. exposing the port used for NFSv4 (2049).

For example:

    docker run --privileged -v <directory>:/mnt/data:rw -p 2049:2049 \
           ghcr.io/normal-computing/nfs-server:latest

where <directory> is the path of the directory you want to serve.

The directory can then be mounted:

sudo mount -v -t nfs4 -o proto=tcp,port=2049 127.0.0.1:/ <target>

where <target> is the mount point.

Configuration

The following environment variables affect the NFS server:

  • NFS_SERVER_DEBUG: if set to 1, enable debug logs for NFS server daemons (default: 0).
  • NFS_SERVER_ALLOWED_CLIENTS: the network address to allow connections from (default: 172.16.0.0/12, used by Docker on Linux for all networks).

docker-nfs-server's People

Contributors

galdor avatar

Stargazers

adriabama06 avatar Amir Dadkhah avatar  avatar Joseph Bolus avatar  avatar Astor Palmeira avatar Faris Sbahi avatar

Watchers

Julien Dessaux avatar Antonio Martinez avatar Faris Sbahi avatar  avatar  avatar

Forkers

starfleetcptn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.