Launch a subprocess with environment variables using data from HashiCorp Consul and Vault.
500K+
latest, scratch, 0.7.0-scratchalpine, 0.7.0-alpineThe most straightforward way to use this image is to just run it:
$ docker run hashicorp/envconsul
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/envconsul: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 'ENVCONSUL_LOCAL_CONFIG=log_level = "debug"' hashicorp/envconsul
Content type
Image
Digest
sha256:c93432bda…
Size
8.7 MB
Last updated
6 days ago
docker pull hashicorp/envconsul:0.14Pulls:
2,814
Last week