Sign inSign up

openeuler/etcd

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

10K+

openeuler/etcd repository overview

Quick reference

Etcd | 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 https://etcd.io/.

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

TagCurrentlyArchitectures
3.6.11-oe2403sp4etcd 3.6.11 on openEuler 24.03-LTS-SP4amd64, arm64
3.6.11-oe2403sp3etcd 3.6.11 on openEuler 24.03-LTS-SP3amd64, arm64
3.6.9-oe2403sp3etcd 3.6.9 on openEuler 24.03-LTS-SP3amd64, arm64
3.6.0-oe2403sp1Etcd 3.6.0 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

  • Create a network

    docker 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=http://etcd-server:2379 \
    	openeuler/etcd:latest
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:ee816c5d5

Size

51.9 MB

Last updated

2 months ago

docker pull openeuler/etcd

This week's pulls

Pulls:

1,552

Last week