Skip to content

Instantly share code, notes, and snippets.

@iarenaza
Last active April 6, 2018 11:07
Show Gist options
  • Save iarenaza/fbcbce60ee9b687aeddaf44a5eacf7dc to your computer and use it in GitHub Desktop.
Save iarenaza/fbcbce60ee9b687aeddaf44a5eacf7dc to your computer and use it in GitHub Desktop.
Hashicorp Vault 0.9.6 persistent container Docker file
FROM vault:0.9.6
COPY config.hcl /vault/config/config.hcl
ENTRYPOINT ["vault"]
CMD ["server", "-config=/vault/config/config.hcl"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment