直接创建sentinel容器
docker run --name sentinel \
--restart=always \
--net=host \
-p 8858:8858 \
-v /app/sentinel/logs:/root/logs/csp \
-v /etc/localtime:/etc/localtime \
-e JVM_XMS=256m \
-e JVM_XMX=256m \
-d bladex/sentinel-dashboard
访问sentinel控制台
浏览器访问http://ip:8858,默认账号密码都为sentinel.