https://github.com/ojford/docker-gocryptfs
https://github.com/rfjakob/gocryptfs in docker
https://github.com/ojford/docker-gocryptfs
docker encrypted filesystem fuse gocryptfs
Last synced: 6 months ago
JSON representation
https://github.com/rfjakob/gocryptfs in docker
- Host: GitHub
- URL: https://github.com/ojford/docker-gocryptfs
- Owner: OJFord
- License: mit
- Created: 2019-07-03T21:53:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T20:58:30.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T21:10:32.967Z (7 months ago)
- Topics: docker, encrypted, filesystem, fuse, gocryptfs
- Language: Shell
- Homepage: https://hub.docker.com/r/ojford/gocryptfs
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocryptfs


All credit for the file-system itself to rfjakob/gocryptfs.
## Releases
Image is available at:
```
docker.io/ojford/gocryptfs
```In addition to `latest`, tags are available as both:
```-
```So that, for example, `gocryptfs` version `1.7.1` has:
```
1.7.1
1.7.1-1
```
and any update to the packaging in this repository will result in updating:
```
1.7.1
1.7.1-2
```
but leave `1.7.1-1` untouched.## Usage
Passphrase should be specified in:
```
$GOCRYPTFS_PSWD
```CIPHERDIRs should be mounted under:
```
/crypts/
```By default a flat structure is assumed, so that each first level directory should be a CIPHERDIR, instead, a list may be given at:
```
/etc/gocryptfs/crypts
```The decrypted file-systems will be mounted symmetrically at:
```
/mnt/
````fusermount -u` is *not* run automatically.
## Licence
MIT.