Unverified Commit 926877b1 authored by euri10's avatar euri10
Browse files

docs: fix deprecated link and image

parent 3c668c35
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: