Browse Source

readme: added note on making encfs config persistent

Fabian Peter Hammerle 5 years ago
parent
commit
8a4c76bf29
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -7,3 +7,5 @@ docker run --rm -it \
     -v encfs-password:/source/secret \
     --device /dev/fuse --privileged --userns host ?
 ```
+
+Optionally add `-v encfs-config:/target/config` to make `encfs6.xml` persistent.