资料
Solace PubSub+ 官网
Solace docker-compose.yml 模板下载
遇到的问题
拉取Solace pubsub+镜像一直timeout
我的镜像源地址用的是阿里云的,同事也没有遇到过同样的问题。
我切换了各种国内的镜像源地址,都是timeout。最终又切换回阿里云的镜像源地址,不断地执行:docker pull solace/solace-pubsub-standart:latest。某一次突然就下载成功了。(⊙o⊙)…
贴上官网提供的docker-compose模板
# docker-compose -f PubSubStandard_singleNode.yml up
version: '3.3'services:primary:container_name: pubSubStandardSingleNodeimage: solace/solace-pubsub-standard:latestshm_size: 1gulimits:core: 1nofile:soft: 2448hard: 38048deploy:restart_policy:condition: on-failuremax_attempts: 1ports:#Port Mappings: Ports are mapped straight through from host to#container. This may result in port collisions on commonly used#ports that will cause failure of the container to start.#Web transport#- '80:80'#Web transport over TLS#- '443:443'#SEMP over TLS#- '943:943'#MQTT Default VPN#- '1883:1883'#AMQP Default VPN over TLS#- '5671:5671'#AMQP Default VPN#- '5672:5672'#MQTT Default VPN over WebSockets#- '8000:8000'#MQTT Default VPN over WebSockets / TLS#- '8443:8443'#MQTT Default VPN over TLS#- '8883:8883'#SEMP / PubSub+ Manager- '8080:8080'#REST Default VPN#- '9000:9000'#REST Default VPN over TLS#- '9443:9443'#SMF- '55555:55555'#SMF Compressed#- '55003:55003'#SMF over TLS#- '55443:55443'environment:- username_admin_globalaccesslevel=admin- username_admin_password=admin- system_scaling_maxconnectioncount=100
运行结果
输入docker-compose里面设置的密码
Username: admin
Password: admin
其他
从VirtualBox到Docker到Gitlab的安装
Gitlab CICD官网翻译
MySQL安装 & 使用
JDK安装 & 版本查看
中间件Solace pubsub+安装时抛time out
Upsource安装 & 使用
Docker安装Gitlab runner
Docker部署Gitlab,ssh端口不用22的解决方法
Docker部署Gitlab,http端口不用80的解决方法
Gitlab runner的注册 & 使用
gitlab-monitor 配置和使用
Upsource集成Gitlab的身份验证