You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

469 B

icon date category tag headerDepth
edit 2021-10-17
Docker
sentinel
Docker
5

docker部署sentinel

docker 拉取 镜像

docker pull bladex/sentinel-dashboard 

docker 运行 镜像

docker run -d --name sentinel-dashboard -p 8858:8858  --restart=always bladex/sentinel-dashboard

访问sentinel

http://ip:8858 #ip:服务器地址 image.png