美文网首页
docker安装Sentinel

docker安装Sentinel

作者: 刘小刀tina | 来源:发表于2020-05-03 14:17 被阅读0次

Sentinel是面向分布式服务框架的轻量级流量控制框架,主要以流量为切入点,从流量控制,熔断降级,系统负载保护等多个维度来维护系统的稳定性.

1. 拉取镜像:

docker pull bladex/sentinel-dashboard

2. 运行镜像:

docker run --name sentinel -d -p 8858:8858 -d bladex/sentinel-dashboard

3. 访问dashboard 地址:http://localhost:8858

账号密码都为:sentinel

相关文章

网友评论

      本文标题:docker安装Sentinel

      本文链接:https://www.haomeiwen.com/subject/qppdghtx.html