Skip to content

jrnt30/docker-volume-keywhiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Run containers pointing to the driver:
$ docker run --volume-driver keywhiz --volumev all-my-secrets:/etc/secrets -it alpine ls /etc/secrets/

LICENSE

MIT

About

Mount keywhiz secrets inside your containers without hassle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%