文件最后提交记录最后更新时间
1 年前
10 个月前
8 个月前
6 个月前
4 个月前
4 个月前
4 个月前
4 个月前
README.md

Quick reference

Consul | openEuler

Current consul docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

Learn more on consul website.

Supported tags and respective Dockerfile links

The tag of each consul docker image is consist of the version of consul and the version of basic image. The details are as follows

Tags Currently Architectures
1.22.3-oe2403sp3 consul 1.22.3 on openEuler 24.03-LTS-SP3 amd64, arm64
1.22.0-oe2403sp2 consul 1.22.0 on openEuler 24.03-LTS-SP2 amd64, arm64
1.20.5-oe2403sp1 Consul 1.20.5 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

Start a consul instance by following command:

docker run -it \
    -p 8500:8500 \
    openeuler/consul:latest
    {command}

Please replace {command} by your requirements.

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.