docker安装sentinel

1、拉取镜像

docker pull bladex/sentinel-dashboard:1.8.5

2、安装镜像

# 运行容器 Sentinel默认端口 8858
docker run --name sentinel -p 8858:8858 -d bladex/sentinel-dashboard:1.8.5

3、启动效果
http://{ip}:8858/
在这里插入图片描述

相关推荐

  1. docker 安装Sentinel

    2024-04-02 05:42:06       38 阅读
  2. docker部署sentinel

    2024-04-02 05:42:06       29 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-02 05:42:06       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-02 05:42:06       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-02 05:42:06       82 阅读
  4. Python语言-面向对象

    2024-04-02 05:42:06       91 阅读

热门阅读

  1. Pytorch:Pytorch入门基础

    2024-04-02 05:42:06       37 阅读
  2. Hystrix、Resilience4j和Sentinel对比

    2024-04-02 05:42:06       37 阅读
  3. wpf ContextMenu

    2024-04-02 05:42:06       36 阅读
  4. HarmonyOS Connect生态设备UX体验设计

    2024-04-02 05:42:06       41 阅读
  5. 邦芒面试:面试中如何巧妙应对“缺点”提问

    2024-04-02 05:42:06       36 阅读
  6. cpu与缓存的关系

    2024-04-02 05:42:06       33 阅读