前言

本小节我们学习一下使用Docker部署Sentinel。

  • 拉去镜像(这里我放在阿里的个人仓库镜像中)

    docker pull registry.cn-shenzhen.aliyuncs.com/dustyone/dustyone_repository:sentinel-latest
    
    registry.cn-shenzhen.aliyuncs.com/dustyone/dustyone_repository   sentinel-latest      ec702979af42        5 weeks ago         148 MB
    
  • 运行镜像

    docker run --name sentinel -d -p 8858:8858 -d ec702979af42
    
  • 访问:http://你的公网IP:8858
    在这里插入图片描述

    登录名与密码:sentinel/sentinel

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐