Ver Fonte

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

Fabian Peter Hammerle há 5 anos atrás
pai
commit
9c479a4b76
1 ficheiros alterados com 1 adições e 1 exclusões
  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 ?
 ```