alibaba sentinel-dashboard 的docker 镜像
1.4K
本项目是Alibaba Sentinel Dashboard Sentinel.
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
| name | description | option |
|---|---|---|
| SERVER_PORT | server启动的端口 | 8021 |
| PROJECT_NAME | 项目名称 | sentinel-dashboard |
| USERNAME | dashboard登陆用户名 | 默认sentinel |
| PASSWORD | dashboard登陆密码 | 默认sentinel |
Content type
Image
Digest
Size
67.9 MB
Last updated
about 7 years ago
docker pull cike/sentinel-dashboard-docker