Docker 安装 Consul
摘要:
Docker 安装 Consul 单机模式 使用root用户操作 1、拉取官方的最新版本的镜像 docker pull consul:latest 2、docker 启动 consul docker run -d --net=host --name=consul consul:latest agen 阅读全文
posted @ 2022-04-27 11:48 -求学者- 阅读(1677) 评论(2) 推荐(0) 编辑