Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.49 KB

File metadata and controls

32 lines (21 loc) · 1.49 KB

Sentinel Logo

Sentinel Dashboard Docker

Publish Docker image Docker Image Version (latest semver) Docker Pulls Docker Image Size (latest semver) Conventional Commits

Introduction

Dockerfile to build a Sentinel Dashboard image for the Docker opensource container platform.

Quick Start

docker run --rm -d -p 8080:8080 zhangfei9734/sentinel-dashboard:latest

Open the Sentinel dashboard in your browser http://localhost:8080.

Default account sentinel/sentinel.

Configuration

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.