Docker部署Sentinel修改密码
Sentinel
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
项目地址:https://gitcode.com/gh_mirrors/sentine/Sentinel

·
创建Docker容器
docker run -d --name sentinel --restart=always -p 8858:8858 bladex/sentinel-dashboard
进入容器
docker exec -it sentinel bash
在app.jar
所在目录创建application.properties
配置文件添加账号密码
auth.username=sentinel
auth.password=sentinel
重启容器
docker restart sentinel
访问sentinel
http://localhost:8858




alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
最近提交(Master分支:27 天前 )
4a419818
* Improved Date formatter
* change in naming conv
* change in datetime format
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> 20 天前
d9398b4f
20 天前
更多推荐
所有评论(0)