Fabian Peter Hammerle 85d57e5fc0 allow other users to access encrypted folder | 5 年之前 | |
---|---|---|
Dockerfile | 5 年之前 | |
README.md | 5 年之前 | |
docker-compose.yml | 5 年之前 | |
mount.sh | 5 年之前 |
# TODO add image name
docker run --rm -it --device /dev/fuse \
-v plain-data:/plain/data:ro \
-v encfs-password:/secret \
--cap-add SYS_ADMIN --security-opt apparmor:unconfined ?
Optionally add -v encfs-config:/encrypted/config
to make encfs6.xml
persistent.
Optionally add --network none
Or simply run docker-compose up