update link to docker

This commit is contained in:
Brett Jones
2017-01-16 13:10:38 -06:00
parent dcb9105bcd
commit 9b523742ea

View File

@@ -2,7 +2,7 @@
Unseal a [vault](https://www.vaultproject.io) with a docker container given only environment variables. Unseal a [vault](https://www.vaultproject.io) with a docker container given only environment variables.
![](https://img.shields.io/docker/pulls/blockloop/vault-unseal-docker.svg) ![](https://img.shields.io/docker/pulls/blockloop/vault-unseal.svg)
This project was initially created to run as a kubernetes job to unseal a vault within the same cluster. This gives you the ability to pass env variables to a docker container and have it unseal a vault with the given keys. This image is based on the official vault image so many of the variables are the same. This project was initially created to run as a kubernetes job to unseal a vault within the same cluster. This gives you the ability to pass env variables to a docker container and have it unseal a vault with the given keys. This image is based on the official vault image so many of the variables are the same.
@@ -18,4 +18,4 @@ This container will loop up to 20 times, as many times as it can until vault is
2. Set vault key address as `VAULT_ADDR` 2. Set vault key address as `VAULT_ADDR`
3. Optionally set `VAULT_SKIP_VERIFY` to 1. 3. Optionally set `VAULT_SKIP_VERIFY` to 1.
4. Check the [vault docs](https://www.vaultproject.io/docs/commands/environment.html) on environment variables to see all of your options. 4. Check the [vault docs](https://www.vaultproject.io/docs/commands/environment.html) on environment variables to see all of your options.
5. Run the container and watch it unseal your vault. 5. Run the container and watch it unseal your vault.