Skip to content

therandomsecurityguy/vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vault

Alpine Linux container running Vault by HashiCorp

HOW TO USE

Run ephemerally:

docker run -it -p 8200:8200 --hostname vault --name vault therandomsecurityguy/vault

Or with a given config:

docker run -it -p 8200:8200 --hostname vault --name vault \
    -v $PWD/samples/vault.hcl:/config/vault.hcl therandomsecurityguy/vault server --config=/config/vault.hcl

If you require SSL CA certificates, mount them from the host system to /etc/ssl/certs. For instance, when using CoreOS, add -v /usr/share/ca-certificates:/etc/ssl/certs:ro to your command.

LICENSE

MIT License

About

Alpine Linux container running Vault by HashiCorp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published