logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker Apache ActiveMQ Artemis mqtt 使用,权限配置

需要自己下载二进制包,构建docker镜像地址http://activemq.apache.org/components/artemis/download/下载dockerfile等文件,地址https://github.com/apache/activemq-artemis/tree/master/artemis-docker全部上传到服务器上,并解压 tar -zxvfapache-artem

#linux#docker#activemq
centos kvm 虚拟机 设置桥接模式 网络

新增桥接配置 ifcfg-br0cd /etc/sysconfig/network-scriptstee ifcfg-br01 <<-'EOF'DEVICE=br0NM_CONTROLLED=yesONBOOT=yesIPADDR=192.168.1.6NETMASK=255.255.255.0GATEWAY=192.168.1.1BOOTPROTO=noneIPV6INIT=noTY

到底了