Introducing our new CEO Don Johnson - Read More

hashicorp/consul-template

Verified Publisher

By HashiCorp, Inc.

Updated 7 months ago

Consul Template is a template renderer, notifier, and supervisor for HashiCorp Consul and Vault.

Image
Integration & Delivery
Networking
Security
31

100M+

Supported Tags

  • Click on "Tags" to see all available tags.

Quick Start

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

Docker Pull Command

docker pull hashicorp/consul-template