ehough / docker-nfs-server

A lightweight, robust, flexible, and containerized NFS server.
https://hub.docker.com/r/erichough/nfs-server/
GNU General Public License v3.0
693 stars 221 forks source link

Bug with baked exports file #9

Closed rivaros closed 6 years ago

rivaros commented 6 years ago

Welcome bug on Docker for Windows/OSX

/etc/exports was baked into the Dockerfile

root@73347d4a00c3:/# cat /etc/exports
"/share" *(rw,async,no_subtree_check,insecure,all_squash,anonuid=65534,anongid=0)

root@73347d4a00c3:/# /usr/local/bin/entrypoint.sh

==================================================================
      SETTING UP
==================================================================
----> building /etc/exports
----> no valid exports
root@73347d4a00c3:/#
ehough commented 6 years ago

Thank you for this report and please accept my apologies for only seeing it now! Not sure how I missed the notification.

This indeed looks like a bug. Please stand by for a fix..

ehough commented 6 years ago

I'll build it on Docker Hub in the next day or two, pending the outcome of #10. If you'd like to patch your image, you can make the fix found here.

Thanks again!

ehough commented 6 years ago

FYI this has been built on Docker Hub and is now available under the latest or 1.1.1 tag.