Sign inSign up

davma/vault-ui

By davma

Updated almost 4 years ago

Image
0

195

davma/vault-ui repository overview

https://github.com/antoniolg

Vault (HashiCorp) Web UI Docker

Build and push images Docker Pulls

1. Requirements

  1. Docker

2. Docker run

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

3. Access to Vault

Visiting http://localhost:8200/ui in a browser loads the Vault UI, where:

  • Select the number of keys needed to unlock the vault
  • Have to download the json file with the keys

Now you can access to unlock the vault

You can access the most complete training on the HashiCorp Vault website

4. Image build

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 .

5.Documentation and guides

Vault Docs

Tutorials

Tag summary

Content type

Image

Digest

sha256:0ad8054b4

Size

147 MB

Last updated

almost 4 years ago

docker pull davma/vault-ui