No Description

Fabian Peter Hammerle ed4b33ca1f readme: added note on how to disable networking 5 years ago
Dockerfile e933817d69 adapt paths 5 years ago
README.md ed4b33ca1f readme: added note on how to disable networking 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:/plain/data \
    -v encfs-password:/secret \
    --device /dev/fuse --privileged --userns host ?

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

Optionally add --network none