1 Star 0 Fork 1.2K

优秀开源项目收集/docker

forked from Kenny小狼/docker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
alpine
assets
bind
cadvisor
centos
ci-html
ci-webhook/tomcat
consul
debian
elasticsearch
elk
etcd
Dockerfile
README.md
finalspeed-serv
finebi
frp
git
gitbook
gitlab-runner
gitlab
golang/1.8
gollum
gradle-node
gradle
grafana
healthcheck
http-proxy
java-nodejs
java
jenkins
jetbrains-license-server
kibana
logstash
loki
lts
mariadb
maven
mongo-db
mongo-express
mysql
nexus3
nfs
nginx-pureftpd
nginx
node-express
node
opencv
oracle-xe-11g
postgresql
prometheus
promtail
pure-ftpd
python
redis
redmine-git-integration
registry-frontend
registry
rocketmq
ruby
shadowsocks-libev
share-server
siege
socat
solr
sonarqube
springboot
sshd-tomcat
sshd
supervisord
symphony
tnginx
tomcat
ubuntu
weblogic
webui-aria2
zipkin
zookeeper/3.4.10
.editorconfig
.gitignore
LICENSE
README.md
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Etcd

etcd is a distributed, consistent key-value store for shared configuration and service discovery, with a focus on being:

  • Simple: well-defined, user-facing API (gRPC)
  • Secure: automatic TLS with optional client cert authentication
  • Fast: benchmarked 10,000 writes/sec
  • Reliable: properly distributed using Raft

基于 quay.io/coreos/etcd 镜像修改

Github: https://github.com/coreos/etcd

主要修改如下:

  • 使用阿里云源
  • 安装的基础工具 curl bash tzdata tar unzip
  • 中国时区

更多使用方法可参考 https://github.com/coreos/etcd/releases/

参考构建命令

docker build -t kennylee/etcd .
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/open-repo/docker.git
git@gitee.com:open-repo/docker.git
open-repo
docker
docker
master

搜索帮助