Dockerfile to build a Sentinel Dashboard image for the Docker opensource container platform.
docker run --rm -d -p 8080:8080 zhangfei9734/sentinel-dashboard:latestOpen the Sentinel dashboard in your browser http://localhost:8080.
Default account sentinel/sentinel.
| Parameter | Description | Default |
|---|---|---|
| TZ | Asia/Shanghai |
|
| JAVA_OPTIONS | -Dserver.port=8080 -Dproject.name=sentinel-dashboard -Dcsp.sentinel.dashboard.server=localhost:8080 |
For more configuration items, please refer to Sentinel Dashboard reference.
