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——Docker安装Sentinel
 Docker部署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——Docker安装Sentinel
 Docker部署sentinel
相关推荐