|
1 2 |
# 查看版本 docker search sentinel |

|
1 2 |
# 下载镜像的最新版本 docker pull bladex/sentinel-dashboard |

|
1 2 |
# 运行容器 Sentinel默认端口 8858 docker run --name sentinel -p 8858:8858 -td bladex/sentinel-dashboard |
Linux的系统时间需要与项目运行环境的时间一致!否则监控不到数据
时间同步文章:https://www.cnblogs.com/nhdlb/p/15975987.html
路径:http://localhost:8858/
账户:sentinel
密码:sentinel
from:https://www.cnblogs.com/nhdlb/p/16858389.html