vault-consul-docker icon indicating copy to clipboard operation
vault-consul-docker copied to clipboard

Vault + Consul + Docker

Managing Secrets with Vault and Consul

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Build the images and run the containers:

    $ docker-compose up -d --build
    
  3. You can now interact with both Vault and Consul. View the UIs at http://localhost:8200/ui and http://localhost:8500/ui.