Sign inSign up

cike/sentinel-dashboard-docker

By cike

Updated about 7 years ago

alibaba sentinel-dashboard 的docker 镜像

Image
4

1.4K

cike/sentinel-dashboard-docker repository overview

Sentinel Dashboard Docker

Docker Pulls

本项目是Alibaba Sentinel Dashboard Sentinel.

Project directory

  • build:Sentinel Dashboard makes the source code of the docker image
  • env: Environment variable file for compose yaml
  • docker-compose: Docker compose example for Sentinel Dashboard server

Quick Start

Run the following command:

  • Clone project

    git clone https://github.com/zhoutaoo/sentinel-dashboard-docker.git
    
  • Build Image

    cd build
    docker build -t cike/sentinel-dashboard-docker .
    
  • Run With docker

docker run -p 8021:8021 -it cike/sentinel-dashboard-docker
  • Run With docker-compose

    docker-compose up
    
  • Open the Sentinel Dashboard console in your browser

    link:http://127.0.0.1:8021/

Common property configuration

namedescriptionoption
SERVER_PORTserver启动的端口8021
PROJECT_NAME项目名称sentinel-dashboard
USERNAMEdashboard登陆用户名默认sentinel
PASSWORDdashboard登陆密码默认sentinel

Tag summary

Content type

Image

Digest

Size

67.9 MB

Last updated

about 7 years ago

docker pull cike/sentinel-dashboard-docker