openeuler/etcdThe official etcd docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current etcd docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Etcd is a distributed key-value store designed to securely store data across a cluster. etcd is widely used in production on account of its reliability, fault-tolerance and ease of use.
Learn more about etcd at [***]
The tag of each etcd docker image is consist of the version of etcd and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 3.6.0-oe2403sp1 | Etcd 3.6.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
Create a network
bashdocker network create app-tier --driver bridge
Launch the Etcd server instance
Use the --network app-tier argument to the docker run command to attach the Etcd container to the app-tier network.
docker run -d --name Etcd-server \ --network app-tier \ --publish 2379:2379 \ --publish 2380:2380 \ --env ALLOW_NONE_AUTHENTICATION=yes \ --env ETCD_ADVERTISE_CLIENT_URLS=[***] \ openeuler/etcd:latest
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务