Sign inSign up

devth/vault

By devth

Updated about 10 years ago

Vault in Docker

Image
0

503

devth/vault repository overview

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/config/config.hcl:/config/config.hcl therandomsecurityguy/vault server --config=/config/config.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

Tag summary

Content type

Image

Digest

Size

22.1 MB

Last updated

about 10 years ago

docker pull devth/vault