{"id":16183118,"url":"https://github.com/retailify/docker-etcd","last_synced_at":"2025-07-13T15:35:15.942Z","repository":{"id":90882147,"uuid":"65719355","full_name":"retailify/docker-etcd","owner":"retailify","description":"etcd key-value store - version 3.0.4","archived":false,"fork":false,"pushed_at":"2016-08-15T13:54:30.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T15:24:42.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/retailify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-15T09:05:32.000Z","updated_at":"2016-08-15T10:30:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"8863e765-8356-42c3-94b9-9192ccd89fb5","html_url":"https://github.com/retailify/docker-etcd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fdocker-etcd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fdocker-etcd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fdocker-etcd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fdocker-etcd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retailify","download_url":"https://codeload.github.com/retailify/docker-etcd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247655137,"owners_count":20974129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10T06:44:56.561Z","updated_at":"2025-04-07T12:41:46.456Z","avatar_url":"https://github.com/retailify.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## etcd container\n\n***NOTE: latest etcd release 3.0.4 on alpine 3.4***\n\nThis was a clone of [elcolio/etcd](https://hub.docker.com/r/elcolio/etcd/).\n\nThe `-data-dir` is a volume mounted to `/data`, and the default ports are bound to Etcd and exposed.\n\nRecently added a run script so that http is not hard-coded into the Dockerfile (for running over SSL).  Just overwrite `$CLIENT_URLS` and `$PEER_URLS` at runtime (these are the **listening** URLs).  You'll still need to set the `-advertise-client-urls` and `-initial-advertise-peer-urls` flags if the container will be part of a cluster.\n\nSince the image uses an `ENTRYPOINT` it accepts passthrough arguments to etcd.\n\n```sh\ndocker run \\\n  -d \\\n  -p 2379:2379 \\\n  -p 2380:2380 \\\n  -p 4001:4001 \\\n  -p 7001:7001 \\\n  -v /data/backup/dir:/data \\\n  --name retailify-etcd \\\n  retailify/docker-etcd:latest \\\n  -name retailify-etcd \\\n  -discovery=https://discovery.etcd.io/blahblahblahblah \\\n  -advertise-client-urls http://192.168.160.56:4001 \\\n  -initial-advertise-peer-urls http://192.168.160.56:7001\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretailify%2Fdocker-etcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretailify%2Fdocker-etcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretailify%2Fdocker-etcd/lists"}