摘要:
介绍 官网 https://etcd.io 文档 https://etcd.io/docs/v3.5/quickstart 用途 etcd是Go语言编写的分布式、高可用的一致性键值存储系统,用于提供可靠的分布式键值存储、配置共享和服务发现等功能 典型使用场景 推荐数据量很小,但是更新访问频繁的情况。 阅读全文
摘要:
cat /etc/lib/systemd/system/xxxx.service systemctl start|stop|status xxx systemctl list-unit-files 阅读全文
摘要:
准备环境 安装编译器 sudo yum -y install gcc gcc-c++ 安装pcre软件包(使nginx支持http rewrite模块) sudo yum install -y pcre pcre-devel 安装 openssl-devel(使 nginx 支持 ssl) sudo 阅读全文
摘要:
docker build报错 $docker build -t 192.168.1.100:35000/nginx:1.20.1_20230319 "docker build" requires exactly 1 argument(s). See 'docker build --help'. Us 阅读全文