mirror of
https://github.com/luzifer-docker/vault.git
synced 2024-11-08 21:00:05 +00:00
Hashicorp Vault in a Container to provide a Vault server
.travis.yml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
update-version.sh |
luzifer-docker / vault
This container contains the Hashicorp Vault binary in an Alpine Linux container and by default starts a Vault server.
Usage
## Build container (optional)
$ docker build -t luzifer/vault .
## Create config
$ tree
.
└── config.hcl
0 directories, 1 files
## Execute vault
$ docker run --rm -ti -v $(pwd):/home/vault/config luzifer/curator