Spring Cloud Alibaba Sentinel-dashboard
235
#启动参数【环境变量】
isauth #是否启用登录认证【默认为true】
username #登录用户名【默认为sentinel】
password #登录密码【默认为sentinel】
timeout #登陆过期时间【默认为7200】
#启动命令
docker run \
-dti \
--restart=always \
--name=sentinel-dashboard \
-p 8858:8080 \
-e isauth=true \
-e username=admin \
-e password=123456 \
jerrydo/sentinel-dashboard:latest
Content type
Image
Digest
Size
87.4 MB
Last updated
over 6 years ago
docker pull jerrydo/sentinel-dashboard:1.7.2