文件名称:etcd:etcd容器
文件大小:7KB
文件格式:ZIP
更新时间:2024-03-03 04:03:20
Dockerfile
等 自更新etcd容器。 注意:对于etcd 3.4.2及更低版本,您需要在运行时将ETCD_VERSION设置为空字符串(或取消设置),否则etcd将在启动时退出: : 如何使用 该容器符合官方映像规范,并运行etcd作为其默认入口点。 对于多成员etcd集群,建议通过docker-compose运行,例如: version: '3' services: etcd-1: container_name: etcd1 image: snw35/etcd:latest command: - '--advertise-client-urls=http://etcd-1:2379' - '--auto-compaction-mode=periodic' - '--auto-compaction-retention=1'
【文件预览】:
etcd-master
----docker-entrypoint.sh(317B)
----Dockerfile(1002B)
----.travis.yml(89B)
----dfupdate.conf(60B)
----LICENSE(11KB)
----README.md(3KB)
----new_ver.txt(12B)
----old_ver.txt(12B)
----nvchecker.ini(116B)