We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbb326 commit 2238906Copy full SHA for 2238906
1 file changed
README.md
@@ -92,10 +92,10 @@ Let's break that command down into its individual pieces to see what's required
92
93
The container will look for environment variables that start with `NFS_EXPORT_` and end with an integer. e.g. `NFS_EXPORT_0`, `NFS_EXPORT_1`, etc.
94
95
- docker run \
96
- -e NFS_EXPORT_0='/container/path/foo *(ro,no_subtree_check)' \
97
- -e NFS_EXPORT_1='/container/path/bar 123.123.123.123/32(rw,no_subtree_check)' \
98
- ... \
+ docker run \
+ -e NFS_EXPORT_0=/container/path/foo *(ro,no_subtree_check) \
+ -e NFS_EXPORT_1=/container/path/bar 123.123.123.123/32(rw,no_subtree_check) \
+ ... \
99
erichough/nfs-server
100
101
1. bake `/etc/exports` into a custom image
0 commit comments