Giter VIP home page Giter VIP logo

docker-nfs-ganesha's Introduction

docker-nfs-ganesha

Microbadger Size Docker Pulls

Docker image providing NFS-Ganesha, a user space NFS v3/v4 fileserver.

Usage

$ sudo docker run -d --privileged --name nfs longhornio/nfs-ganesha:latest

Mount the NFS export:

$ mkdir -p /mnt/nfs
$ sudo mount -t nfs4 <server-name>:/ /mnt/nfs`

Environment Variables

NFS_DISK_IMAGE_SIZE_MB

Default: 1024 Default size of disk image

NFS_DISK_IMAGE_PATH

Default: /var/nfs-data Path to create disk image

EXPORT_PATH

Default: /data/nfs The directory to export.

PSEUDO_PATH

Default: / NFS4 pseudo path.

EXPORT_ID

Default: 0 An identifier for the export, between 0 and 65535.

PROTOCOLS

Default: 4 The NFS protocols allowed. One or multiple (comma-seperated) of 3, 4, and 9P.

TRANSPORTS

Default: UDP, TCP The transport protocols allowed. One or multiple (comma-seperated) of UDP, TCP, and RDMA.

SQUASH_MODE

Default: No_Root_Squash What kind of user id squashing is performed. No_Root_Squash, Root_Id_Squash, Root_Squash, All_Squash.

GRACELESS

Default: true Whether to disable the NFSv4 grace period.

VERBOSITY

Default: NIV_EVENT Logging verbosity. One of NIV_DEBUG, NIV_EVENT, NIV_WARN.

docker-nfs-ganesha's People

Contributors

janeczku avatar meldafrawi avatar

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.