Sign inSign up

foxiswho/sentinel

By foxiswho

Updated about 6 years ago

alibaba sentinel

Image
2

2.2K

foxiswho/sentinel repository overview

docker-sentinel

alibaba sentinel

TAGS

1.7.1,latest

1.6.1, 1.6.3,

端口

web端口 8280

api server : 8719

默认用户名和密码

sentinel/sentinel

VOLUME

容器内日志目录:/opt/logs

run

docker run --name sentinel -p 8280:8280 -v ./logs:/opt/logs foxiswho/sentinel

docker run -e JAVA_OPT_EXT='-Xmx1g' -e USERNAME="sentinel" -e PASSWORD="sentinel" -e SERVER_HOST="localhost" --name sentinel -p 8280:8280 foxiswho/sentinel

docker run --rm --name sentinel -p 8280:8280 foxiswho/sentinel

docker run --rm -e JAVA_OPT_EXT='-Xmx1g' --name sentinel -p 8280:8280 foxiswho/sentinel

官网

https://github.com/alibaba/Sentinel

新手指南

https://github.com/alibaba/Sentinel/wiki/新手指南

根据 Dockerfile 自己编译

编译镜像

docker build -t foxiswho/sentinel:1.6.1 --build-arg version=1.6.1 ./

启动容器

docker run --rm --name sentinel -p 8280:8280 foxiswho/sentinel:1.6.1

或
docker run --rm -e JAVA_OPT_EXT="-Dserver.port=8280 -Dcsp.sentinel.dashboard.server=localhost:8280 -Dproject.name=sentinel-dashboard -Djava.security.egd=file:/dev/./urandom" --name sentinel -p 8280:8280 foxiswho/sentinel:1.6.1

其他k8s 使用案例

https://github.com/foxiswho/k8s-nacos-sentinel-rocketmq-zipkin-elasticsearch-redis-mysql

Tag summary

Content type

Image

Digest

Size

314.2 MB

Last updated

about 6 years ago

docker pull foxiswho/sentinel