## Build Docker container
+Container is released on [docker-hub][3] using the following command:
+
```
./build.sh or bash -x build.sh --no-cache
```
# Required Env Vars
+* `AWS_ACCESS_KEY_ID`: AWS key
+* `AWS_SECRET_ACCESS_KEY` : AWS secret key
+* `AWS_REGION`: AWS region
* `MONITOR_VAULT_URL`: HTTPS Vault Address (Format URL:PORT)
* `MONITOR_ETCD_URL`: HTTP Etcd Address (Format URL:PORT)
* `MONITOR_SLACKWEBHOOK_URL`: HTTPS Slack Webhook URL
```
cat <<EOF >vars
+AWS_ACCESS_KEY_ID=AKIAI2V7TASZJWHPOFEQ
+AWS_SECRET_ACCESS_KEY=<PASSWORD>
+AWS_REGION=eu-central-1
MONITOR_VAULT_URL=https://vault-address:8200
MONITOR_ETCD_URL=http://etcd-address:2379
MONITOR_SLACK_WEBHOOK_URL=https://hooks.slack.com/services/xxx/yyy
[1]: https://github.com/hashicorp/vault
[2]: https://github.com/coreos/etcd
+[3]: https://hub.docker.com/r/gonitro/vaultmon