rencfs 0.14.11

WARNING! UNDER ACTIVE DEVELOPMENT. An encrypted file system that is mounted with FUSE on Linux. It can be used to create encrypted directories.
Documentation
1
2
3
4
5
6
7
8
9
services:
  rencfs-development-environment:
    build:
      context: ..
      dockerfile: Dockerfile
    image: local-rencfs-developer
    user: ${USER_NAME}
    volumes:
      - .:/home/developer/rencfs