An open API service indexing awesome lists of open source software.

https://github.com/luzifer-docker/vault

Hashicorp Vault in a Container to provide a Vault server
https://github.com/luzifer-docker/vault

alpine docker hashicorp server vault

Last synced: about 1 month ago
JSON representation

Hashicorp Vault in a Container to provide a Vault server

Awesome Lists containing this project

README

          

# luzifer-docker / vault

This container contains the Hashicorp Vault binary in an Alpine Linux container and by default starts a Vault server.

## Usage

```bash
## 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
```