Skip to content

bkrodgers/docker-vault

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is docker-vault?

This is a Dockerized image of Hashicorp's Vault. Vault is tool to securely access secrets such as API keys, passwords, certificates, token, and so on.

Run from Docker Hub

A pre-built image is available on Docker Hub and can be run as follows:

docker run -it cgswong/vault:latest

By default the container will run the vault command showing the version. Simply run your regular vault commands as normal to use the image.

Build from Source

  1. Make sure Docker is installed.

  2. Clone docker-vault from GitHub

    git clone https://github.com/cgswong/docker-aws.git
  3. Build the docker image (change [version] below with the appropriate version, and [your_name] as appropriate)

    cd docker-vault/[version]
    docker build -t [your_name]/vault:latest .
  4. Run a docker container with that image (change [your_name] as done above)

    docker run -it [your_name]/vault:latest vault -help

User Feedback

Issues

If you have any problems with or questions about this image, please contact me through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; I'm always thrilled to receive pull requests, and I'll do my best to process them as fast as I can.

Before you start to code, I recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

About

Docker image for Hashicorp Vault

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 59.5%
  • Smarty 40.5%