This repository was archived by the owner on Apr 3, 2025. It is now read-only.
Tags: adlogix/docker-machine-nfs
Tags
Use printf in favor of echo for reproducibility (#83) In my machine, echo will lead to literally having \n in /etc/exports file which will lead the nfs server to fail starting, this is due to the echo version that I have locally, while printf doesn't have this issue as explained here: https://stackoverflow.com/questions/8467424/echo-newline-in-bash-prints-literal-n
PreviousNext