{"id":25531246,"url":"https://github.com/guessi/docker-compose-etcd","last_synced_at":"2025-09-05T12:48:38.657Z","repository":{"id":142034945,"uuid":"77689416","full_name":"guessi/docker-compose-etcd","owner":"guessi","description":"demo: etcd destributed key-value store","archived":false,"fork":false,"pushed_at":"2024-04-20T17:07:01.000Z","size":14,"stargazers_count":41,"open_issues_count":0,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-20T18:43:11.385Z","etag":null,"topics":["docker","docker-compose","etcd"],"latest_commit_sha":null,"homepage":"","language":null,"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/guessi.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}},"created_at":"2016-12-30T13:59:52.000Z","updated_at":"2024-04-20T17:07:04.000Z","dependencies_parsed_at":"2024-04-11T16:59:20.276Z","dependency_job_id":null,"html_url":"https://github.com/guessi/docker-compose-etcd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guessi%2Fdocker-compose-etcd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guessi%2Fdocker-compose-etcd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guessi%2Fdocker-compose-etcd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guessi%2Fdocker-compose-etcd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guessi","download_url":"https://codeload.github.com/guessi/docker-compose-etcd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758824,"owners_count":19692034,"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":["docker","docker-compose","etcd"],"created_at":"2025-02-20T00:47:53.739Z","updated_at":"2025-02-20T00:47:54.259Z","avatar_url":"https://github.com/guessi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Etcd - distributed key-value store\n\n### Prerequisites\n\n- Docker 25.0+\n\n### Usage\n\n    $ docker compose pull\n    [+] Running 3/3\n     ⠿ etcd-3 Pulled                                                       3.9s\n     ⠿ etcd-1 Pulled                                                       3.9s\n     ⠿ etcd-2 Pulled                                                       3.9s\n\n    $ docker compose up -d\n    [+] Running 7/7\n     ⠿ Network etcd-cluster_default     Created                            0.1s\n     ⠿ Volume \"etcd-cluster_etcd3\"      Created                            0.0s\n     ⠿ Volume \"etcd-cluster_etcd1\"      Created                            0.0s\n     ⠿ Volume \"etcd-cluster_etcd2\"      Created                            0.0s\n     ⠿ Container etcd-cluster-etcd-2-1  Started                            0.9s\n     ⠿ Container etcd-cluster-etcd-3-1  Started                            1.1s\n     ⠿ Container etcd-cluster-etcd-1-1  Started                            1.1s\n\n    $ docker exec -it etcd-cluster-etcd-1-1 etcdctl endpoint health\n    127.0.0.1:2379 is healthy: successfully committed proposal: took = 2.560575ms\n\n    $ docker exec -it etcd-cluster-etcd-2-1 etcdctl endpoint health\n    127.0.0.1:2379 is healthy: successfully committed proposal: took = 2.622971ms\n\n    $ docker exec -it etcd-cluster-etcd-3-1 etcdctl endpoint health\n    127.0.0.1:2379 is healthy: successfully committed proposal: took = 2.561252ms\n\n    # put secret from any one of the etcd container\n    $ docker exec -it etcd-cluster-etcd-1-1 etcdctl put secret password\n    OK\n\n    $ docker exec -it etcd-cluster-etcd-1-1 etcdctl get secret\n    secret\n    password\n\n    $ docker exec -it etcd-cluster-etcd-2-1 etcdctl get secret\n    secret\n    password\n\n    $ docker exec -it etcd-cluster-etcd-3-1 etcdctl get secret\n    secret\n    password\n\n### Container Images\n\n- [etcd][etcd-repository]\n\n[etcd-repository]: https://quay.io/repository/coreos/etcd?tab=tags\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguessi%2Fdocker-compose-etcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguessi%2Fdocker-compose-etcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguessi%2Fdocker-compose-etcd/lists"}