Commit 940aab70 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'vault_image_link' into 'master'

docs: fix deprecated link and image

Closes #24

See merge request to-be-continuous/tools/vault-secrets-provider!107
parents 3c668c35 926877b1
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -206,10 +206,10 @@ Depending on what is available in your docker image, you may request the service
You might want to test/debug whether you have the right secret ID, role ID, secret path, secret key or so.

You may either use a remote Vault server, or run one locally using the
[Vault Docker image](https://hub.docker.com/_/vault) in dev mode on port 8200, specifying the root token value:
[Vault Docker image](https://hub.docker.com/r/hashicorp/vault) in dev mode on port 8200, specifying the root token value:

```bash
docker run -d -p 8200:8200 --env VAULT_DEV_ROOT_TOKEN_ID=dev-token vault
docker run -d -p 8200:8200 --env VAULT_DEV_ROOT_TOKEN_ID=dev-token hashicorp/vault
```

Then run the Vault Secrets Provider Docker image: