前言
记录下使用docker部署sentinel(流量卫兵)服务的过程
一、简易部署
1.查询获取镜像
docker search sentinel
[root@node25 init.d]# docker search sentinel
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
bladex/sentinel-dashboard Alibaba Cloud Sentinel Dashboard (阿里巴巴流… 31
thrashr888/sentinel-simulator An image for Hashicorp's Sentinel https://ww… 3 [OK]
sentinelofficial/sentinel-vpn-node 3
opennms/sentinel 1
anjia0532/sentinel-docker alibaba sentinel docker 1
fredboat/sentinel https://github.com/FredBoat/sentinel 1
cooperaj/sentinel-broker Small, use once webservice to hookup a Redis… 1 [OK]
foxiswho/sentinel alibaba sentinel 1
c0ff3e/sentinel-proxy to run a sentinel proxy 0
mintproject/sentinel 0
tsuyoshiushio/sentinel 0
gatblau/sentinel-snapshot Development snapshots for Sentinel 0
filecoin/sentinel-visor 0
arilot/sentinel Argo Sentinel. An all-powerful toolset for … 0 [OK]
camptocamp/sentinel-tunnel 0
msopenstack/sentinel-ubuntu_xenial 0
msopenstack/sentinel-ubuntu_trusty 0
mmercan/sentinel-api-comms 0
msopenstack/sentinel-centos A centos container with tools to do useful t… 0
seandooher/sentinel-iot Sentinel IoT docker image 0
msopenstack/sentinel-debian 0
msopenstack/sentinel-oraclelinux 0
msopenstack/sentinel-fedora 0
mmercan/sentinel-db-redis 0
dashpay/sentinel Dash Sentinel 0 [OK]
2.获取镜像
docker pull bladex/sentinel-dashboard
[root@node25 init.d]# docker pull bladex/sentinel-dashboard
Using default tag: latest
latest: Pulling from bladex/sentinel-dashboard
169185f82c45: Pull complete
4346af5b5a4f: Pull complete
28ac9c6decc7: Pull complete
4ca458a82bd5: Pull complete
Digest: sha256:c596d19cd68b6f140a2230f5f7f16a4203fd3241d3f507e5513de5d28c897b8a
Status: Downloaded newer image for bladex/sentinel-dashboard:latest
3.启动应用
docker run --name sentinel -d -p 8858:8858 -d bladex/sentinel-dashboard
4.访问页面
在浏览器地址栏内输入 http://IP:8858 即可访问sentinel界面
帐号密码均为sentinel
5.总结
sentinel部署简单便捷