{"id":15576619,"url":"https://github.com/abn/docker-consul-template","last_synced_at":"2026-03-18T02:04:38.237Z","repository":{"id":36265013,"uuid":"40569455","full_name":"abn/docker-consul-template","owner":"abn","description":"Consul Template containerized in a scratch container","archived":false,"fork":false,"pushed_at":"2015-12-21T12:10:23.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-28T19:46:06.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-11T23:05:41.000Z","updated_at":"2015-08-11T23:07:54.000Z","dependencies_parsed_at":"2022-09-10T07:02:11.257Z","dependency_job_id":null,"html_url":"https://github.com/abn/docker-consul-template","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/abn/docker-consul-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fdocker-consul-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fdocker-consul-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fdocker-consul-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fdocker-consul-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abn","download_url":"https://codeload.github.com/abn/docker-consul-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fdocker-consul-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30641832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T01:41:58.583Z","status":"online","status_checked_at":"2026-03-18T02:00:07.824Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T18:53:11.748Z","updated_at":"2026-03-18T02:04:38.217Z","avatar_url":"https://github.com/abn.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Consul Template Container\n\nThis project puts [Consul Template](https://github.com/hashicorp/consul-template) in scratch docker container. It is available on [Docker Hub](https://registry.hub.docker.com/u/alectolytic/consul-template/) and can be pulled using the following command.\n\n```sh\ndocker pull alectolytic/consul-template\n```\n\nYou will note that this is a tiny image.\n```\n$ docker images | grep docker.io/alectolytic/consul-template\ndocker.io/alectolytic/consul-template  90424465fa2f  12 minutes ago  6.495 MB\n```\n\n## Quickstart\n\n#### Default\n\n```sh\ndocker run --rm -it alectolytic/consul-template\n```\n\n#### Configuration file\n\n```sh\ndocker run --rm -it \\\n  -v /path/to/config.json:/config.json \\\n  alectolytic/consul-template -config=/config.json\n```\n\n**NOTE:** If running on an SELinux enabled system, run `chcon -Rt svirt_sandbox_file_t /path/to/config.json` before staring consul.\n\n#### Persisted Templates\n\n```sh\n# create data volume\ndocker create  --entrypoint=_ -v /templates --name templates scratch\n\n# run consul-template with the data volume\ndocker run --rm -it \\\n  --volumes-from templates \\\n  alectolytic/consul-template\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Fdocker-consul-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabn%2Fdocker-consul-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Fdocker-consul-template/lists"}