No Description

Fabian Peter Hammerle 8a4c76bf29 readme: added note on making encfs config persistent 5 years ago
Dockerfile e9b5577f71 added todos && docker run cmd 5 years ago
README.md 8a4c76bf29 readme: added note on making encfs config persistent 5 years ago
mount.sh e9b5577f71 added todos && docker run cmd 5 years ago

README.md

# TODO remove --privileged
# TODO remoge --userns
# TODO add image name
docker run --rm -it \
    -v plain-data:/source/plain \
    -v encfs-password:/source/secret \
    --device /dev/fuse --privileged --userns host ?

Optionally add -v encfs-config:/target/config to make encfs6.xml persistent.