A container that runs envsubst and then pauses forever.
933
A container that runs envsubst and then pauses forever.
Useful as a sidebar container when you need some template support.
docker run --rm -it envsubst /path/to/template.tpl /path/to/config.yml
In a kubernetes setup, you would put this container on the same pod you want to configure and make them share a volume.
Content type
Image
Digest
Size
5.3 MB
Last updated
over 9 years ago
docker pull umurkontaci/envsubst-pause