|
|
6 년 전 | |
|---|---|---|
| Dockerfile | 6 년 전 | |
| README.md | 6 년 전 | |
| docker-compose.yml | 6 년 전 | |
| mount.sh | 6 년 전 |
Provides an EncFS-enciphered view /encrypted of volumes mounted at /plain
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 \
fphammerle/reverse-encfs
Optionally add -v encfs-config:/encrypted/config to make encfs6.xml persistent.
Optionally add --network none
Or simply run docker-compose up
The password will be randomly generated and stored in /secret/password.
Set the env var $ENCFS_PASSWORD_LENGTH to change its length.