项目作者: dweomer

项目描述 :
Vault on Alpine
高级语言: Makefile
项目地址: git://github.com/dweomer/dockerfiles-vault.git
创建时间: 2018-02-21T21:29:46Z
项目社区:https://github.com/dweomer/dockerfiles-vault

开源协议:

下载


HashiCorp Vault on Alpine

A super-simple Vault image that is more suitable for use as a client than the official image.

No VOLUMEs nor EXPOSEs — no side-effects. Just an ENTRYPOINT to the vault executable.

  1. $ docker run -it dweomer/vault
  2. Usage: vault <command> [args]
  3. Common commands:
  4. read Read data and retrieves secrets
  5. write Write data, configuration, and secrets
  6. delete Delete secrets and configuration
  7. list List data or secrets
  8. login Authenticate locally
  9. server Start a Vault server
  10. status Print seal and HA status
  11. unwrap Unwrap a wrapped secret
  12. Other commands:
  13. audit Interact with audit devices
  14. auth Interact with auth methods
  15. lease Interact with leases
  16. operator Perform operator-specific tasks
  17. path-help Retrieve API help for paths
  18. policy Interact with policies
  19. secrets Interact with secrets engines
  20. ssh Initiate an SSH session
  21. token Interact with tokens