https://github.com/codeclimate/docker-vault
dockerized vault
https://github.com/codeclimate/docker-vault
Last synced: 11 months ago
JSON representation
dockerized vault
- Host: GitHub
- URL: https://github.com/codeclimate/docker-vault
- Owner: codeclimate
- Created: 2016-03-03T21:06:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T22:21:55.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T18:18:41.560Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codeclimate-vault
Dockerized version of vault with consul backend
## Instructions
Build the image as per usual:
```console
$ docker build -t codeclimate/vault .
```
```console
$ docker run \
--log-driver syslog \
--log-opt tag=vault \
--net host \
--publish 8200:8200 \
codeclimate/vault server -config=/etc/vault.hcl
```