Sign inSign up

voxxit/vault

By voxxit

Updated over 1 year ago

Tiny (~35MB) Alpine Linux image with vault (http://vaultproject.io) running

Image
20

100K+

voxxit/vault repository overview

Run a dev server:

docker pull quay.io/voxxit/vault:latest
docker run -d --memory-swap=-1 --name vault-dev quay.io/voxxit/vault:latest

To run a command:

alias vault='docker exec -it vault-dev vault "$@"'

vault write -address=http://127.0.0.1:8200 secret/hello value=world
Success! Data written to: secret/hello

vault read -address=http://127.0.0.1:8200 secret/hello
Key            	Value
lease_id       	secret/hello/ced98ef0-18d4-a5b0-8d49-3eee5aa0dfae
lease_duration 	2592000
lease_renewable	false
value          	world

Tag summary

Content type

Image

Digest

sha256:c06fec8fc

Size

14 MB

Last updated

over 1 year ago

docker pull voxxit/vault