
Can quickly run the image to perform your tests with the following code
docker run -p 8200:8200 -p 8201:8201 davma/vault-ui
You can download the full image from Docker Hub with the following command.
docker pull davma/vault-ui:latest
Visiting http://localhost:8200/ui in a browser loads the Vault UI, where:
Now you can access to unlock the vault
You can access the most complete training on the HashiCorp Vault website
You can run the image build with the following commands
git clone https://github.com/davma-io-images/vault-ui
cd vault-ui
docker build -t vault-ui .
Content type
Image
Digest
sha256:0ad8054b4…
Size
147 MB
Last updated
almost 4 years ago
docker pull davma/vault-ui