Browse Source

readme: mount data into subfolder of /plain
to avoid conflicting .encfs6.xml after config generation failed

Fabian Peter Hammerle 5 years ago
parent
commit
9c479a4b76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 # TODO remoge --userns
 # TODO add image name
 docker run --rm -it \
-    -v plain-data:/plain \
+    -v plain-data:/plain/data \
     -v encfs-password:/secret \
     --device /dev/fuse --privileged --userns host ?
 ```