docker-nfs-server
docker-nfs-server copied to clipboard
A lightweight, robust, flexible, and containerized NFS server.
I'll preface this with saying this is probably a bug against me not knowing nfs things. I'm using the following compose file to spin the container. ``` version: "3.7" services:...
We can specify timezone in the environment variable like `-e TZ=Asia/Bangkok`
While the container starts up properly without any errors, I'm unable to connect from any client. While using the hosts `nfs-server.service` everything works as expected. I sadly have no idea...
Hi I was trying to create a nfs server container follow you instruction, got failed here. $ sudo apparmor_parser -r -W /home/lshi/extra/docker/nfs-server-alpine/erichough-nfs AppArmor parser error for /home/lshi/extra/docker/nfs-server-alpine/erichough-nfs in /home/lshi/extra/docker/nfs-server-alpine/erichough-nfs at...
I think `exportfs` provides a fairly reliable way to check whether the container is healthy, so it seems to me make sense to add the healthcheck in the image -...
I see logs like ``` Jun 1 08:13:58 localhost kernel: [ 84.417179] NFSD: attempt to initialize umh client tracking in a container ignored. Jun 1 08:13:58 localhost kernel: [ 84.417196]...
Is the following use-case feasible? (More-detailed questions at the end of this msg.) **Summary** I am investigating implementing a [docker-nfs-server](https://github.com/ehough/docker-nfs-server) to primarily to provide convenient "snapshot" mechanism for my team's...
I am trying to set this up on Windows with Docker. When I start the container I get `Error starting userland proxy: listen tcp 0.0.0.0:111: bind: address already in use`....
Set the default `grace-period` to 10 seconds. Fixes #22 Not sure if this should be configurable or where best to put the flag. In my limited testing this speeds up...
This is expected behavior but it remains the port forwarding usage of rpcbind useless. Background: With newer versions of rpcbind clients will use a newer protocol version. These versions will...