Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calavera/docker-volume-keywhiz
Mount keywhiz secrets inside your containers without hassle
https://github.com/calavera/docker-volume-keywhiz
Last synced: about 2 months ago
JSON representation
Mount keywhiz secrets inside your containers without hassle
- Host: GitHub
- URL: https://github.com/calavera/docker-volume-keywhiz
- Owner: calavera
- License: mit
- Created: 2015-05-20T21:57:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T17:51:28.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T08:11:36.432Z (6 months ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 113
- Watchers: 9
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Keywhiz-fs volume extension
Mount Keywhiz-fs inside your contaniners talking to a remote Keywhiz server.
The FUSE mount point is shared between containers if the name of the volume is the same between containers.
Otherwhise, a new volume is mounted per container.## Installation
Using go (until we have proper binaries):
```
$ go get github.com/calavera/docker-volume-keywhiz
```## Usage
1. Run the daemon and connect to a Keywhiz server:
```
$ sudo docker-volume-keywhiz keywhiz_server_url
```2. Run containers pointing to the driver:
```
$ docker run --volume-driver keywhiz --volumev all-my-secrets:/etc/secrets -it alpine ls /etc/secrets/
```## LICENSE
MIT