Consul Template is a template renderer, notifier, and supervisor for HashiCorp Consul and Vault.
100M+
The most straightforward way to use this image is to just run it:
$ docker run hashicorp/consul-template
The container behaves the same as executing the raw binary, accepting the same flags, options, and configuration.
The default container is built from scratch with vendored CA certificates. There's also an alpine container which uses gosu and dumb-init for more advanced uses:
$ docker run hashicorp/consul-template:alpine
The alpine container provides volumes for configuration and data. It's also possible to pass in local configuration via an environment variable.
$ docker run -e 'CT_LOCAL_CONFIG=log_level = "debug"' hashicorp/consul-template
Content type
Image
Digest
sha256:51afb6bad…
Size
8.6 MB
Last updated
16 days ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
1,907,869
Last week