|
|
%!s(int64=6) %!d(string=hai) anos | |
|---|---|---|
| Dockerfile | %!s(int64=6) %!d(string=hai) anos | |
| README.md | %!s(int64=6) %!d(string=hai) anos | |
| docker-compose.yml | %!s(int64=6) %!d(string=hai) anos | |
| mount.sh | %!s(int64=6) %!d(string=hai) anos |
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.