Sign inSign up

lushan123888/sentinel-dashboard

By lushan123888

Updated over 4 years ago

Basic sentinel-dashboard container

Image
0

122

lushan123888/sentinel-dashboard repository overview

Usage

Pull image

docker pull lushan123888/sentinel-dashboard:tagname

Run containers

docker run -d \
-e JAVA_OPTS="-Dserver.port=9100 -Dcsp.sentinel.dashboard.server=localhost:9100 -Dproject.name=sentinel-dashboard -Dsentinel.dashboard.auth.username=root -Dsentinel.dashboard.auth.password=123456" \
-p 9100:9100 \
--name sentinel-dashboard \
lushan123888/sentinel-dashboard:1.8.3
  • -Dserver.port=9100 :用于指定 Sentinel 管理端口
  • -Dcsp.sentinel.dashboard.server=localhost:9100:向 Sentinel 测试项目指定Dashboard 地址
  • -Dproject.name=sentinel-dashboard:向 Sentinel 指定应用名称,比如上面对应的应用名称就为 sentinel-dashboard
  • -Dsentinel.dashboard.auth.username=sentinel :用于指定控制台的登录用户名为 sentinel
  • -Dsentinel.dashboard.auth.password=123456 :用于指定控制台的登录密码为 123456,如果省略这两个参数,默认用户和密码均为 sentinel

Using

  1. Open url:http://localhost: 9100
  2. Enter username and password(Default:root/123456)
  3. Enjoy it!

Tag summary

Content type

Image

Digest

Size

242 MB

Last updated

over 4 years ago

docker pull lushan123888/sentinel-dashboard:1.8.3