随笔分类 -  CI/CD

摘要:方法一、修改网卡名称,因为网卡顺序是通过名称排列的 方法二、指定broker使用IP echo "brokerIP1=192.168.1.220" > conf/broker.properties nohup sh bin/mqbroker -n localhost:9876 -c conf/bro 阅读全文
posted @ 2017-07-27 09:26 kingsy.lin 阅读(2485) 评论(0) 推荐(0)
摘要:进入虚拟机 vi /var/lib/boot2docker/profile 编辑在EXTRA_ARGS,加入 --registry-mirror=https://pee6w651.mirror.aliyuncs.com 保存 重启:在window客户端执行shell : docker-machine 阅读全文
posted @ 2017-03-28 09:31 kingsy.lin 阅读(671) 评论(0) 推荐(0)
摘要:mv /etc/apt/sources.list /etc/apt/sources.list.bak && \ echo "deb http://mirrors.163.com/debian/ jessie main non-free contrib" >/etc/apt/sources.list  阅读全文
posted @ 2017-03-08 09:54 kingsy.lin 阅读(3722) 评论(0) 推荐(0)
摘要:1、配置Pom.xml 二、创建Dockerfile 三、修改~/.m2/settings.xml 四、执行maven命令 阅读全文
posted @ 2017-02-17 20:03 kingsy.lin 阅读(8996) 评论(0) 推荐(0)
摘要:一、设置POM.xml 二、在工程下创建一个docker目录 三、在docker目录下创建文件Dockerfile,如 阅读全文
posted @ 2017-02-17 19:49 kingsy.lin 阅读(1221) 评论(0) 推荐(0)
摘要:第1步:安装插件 Subversion Plug-inMaven Integration pluginCloudBees Docker Build and Publish pluginDeploy to container Plugin 第2步:安装完成后重启Jenkins 第3步:全局配置 打开“ 阅读全文
posted @ 2017-02-16 17:12 kingsy.lin 阅读(1778) 评论(0) 推荐(0)