安装etcd
安装
二进制
docker
1 | 配置 etcd 使用主机IP 地址 |
1 | # 配置 etcd 使用主机IP 地址 |
1 | vi /etc/nginx/conf.d/default.conf |
1 | # 启动 fiddler 用于抓包,监听端口 8888 |
方法1:打开 https://f-droid.org/packages/com.termux ,下载 APK 安装,推荐
方法2:打开 google play store 搜索 termux ,直接安装
1 | docker run -d --name etcd \ |
1 | wget https://github.com/coredns/coredns/releases/download/v1.8.4/coredns_1.8.4_linux_amd64.tgz |
1 | docker pull coredns/coredns:1.8.4 |
1 | git clone https://github.com/coredns/coredns -b v1.8.4 |