上一页 1 ··· 3 4 5 6 7 8 下一页

2017年6月26日

java,jenkins

摘要: 以前玩的是hudson ,现在玩的是jenkins.以前用的是Tomcat,现在不知道他们怎么不用。。。 1,装个Jenkins镜像。 2.配置项目: 先取个名字:exchange 配个svn: 构建触发器 ;; 构建前有个脚本:做些准备工作:.停服务。备份 [mgdb@mgdb1 statisti 阅读全文

posted @ 2017-06-26 15:15 Jt00 阅读(201) 评论(0) 推荐(0) 编辑

2017年6月16日

docker compose,link,Odoo

摘要: 1.报错: /usr/bin/docker-current: Error response from daemon: driver failed programming external connectivity on endpoint exchange2 (99119ad03c638e8d6282 阅读全文

posted @ 2017-06-16 10:57 Jt00 阅读(624) 评论(0) 推荐(0) 编辑

2017年6月15日

nginx,docker反向代理

摘要: 1. [root@javanginx ~]# cat /etc/nginx/nginx.conf user root root;worker_processes 4;error_log /var/log/nginx/error.log warn;pid /var/run/nginx.pid;work 阅读全文

posted @ 2017-06-15 15:52 Jt00 阅读(329) 评论(0) 推荐(0) 编辑

2017年6月13日

centos7上安装docker-ce社区版

摘要: 报错:Error: docker-ce-selinux conflicts with 2:container-selinux-2.12-2.gite7096ce.el7.noarch 转载:http://abloz.com/tech/2017/06/06/centos7-docker-install 阅读全文

posted @ 2017-06-13 16:37 Jt00 阅读(1073) 评论(0) 推荐(0) 编辑

Install Rancher server

摘要: 1.pre-requirement: 注意上面的在centos7里面很简单就完成了,这里装一下*,所以加进去了,万一后面有用呢。 Install Rancher server Rancher 要检查ipv6:所以要enable it: 阅读全文

posted @ 2017-06-13 11:26 Jt00 阅读(209) 评论(0) 推荐(0) 编辑

2017年6月12日

docker公司测试环境搭建总结

摘要: 1.防火墙转发规则: [root@docker ~]# firewall-cmd --list-allpublic (active) target: default icmp-block-inversion: no interfaces: em1 sources: services: dhcpv6- 阅读全文

posted @ 2017-06-12 18:03 Jt00 阅读(231) 评论(0) 推荐(0) 编辑

2017年6月9日

ansible+docker

摘要: 1.准备镜像: 1007 docker run -itd --name client2 ff37bc5ab732 1008 docker run -itd --name client ff37bc5ab732 1009 docker run -itd --name client1 ff37bc5ab 阅读全文

posted @ 2017-06-09 11:48 Jt00 阅读(357) 评论(0) 推荐(0) 编辑

2017年6月8日

桥接物理网卡,pipwork指定ip,外网连接,研究salt+docker

摘要: 1.桥接物理网卡: 首先下载工具: yum -y install --enablerepo=epel bridge-utils 停止服务: 983 systemctl stop docker 删除docker0网卡 984 ip link set dev docker0 down 985 brctl 阅读全文

posted @ 2017-06-08 16:20 Jt00 阅读(587) 评论(0) 推荐(0) 编辑

2017年6月5日

20170605

摘要: Creating the Dockerfile to Automatically Build the Image: 1.启动一个容器: docker run -i -t -p 7000:80 centos7:cg /bin/bash 注释:centos7:cg这个镜像是在busybox +sshd+ 阅读全文

posted @ 2017-06-05 10:22 Jt00 阅读(259) 评论(0) 推荐(0) 编辑

2017年6月2日

20170602

摘要: 1.docker run -itd --name=zhang1 --net="bridge" nginx-php /bin/bash swarm搭建: node dkmanager: 1001* systemctl docker 1002 systemctl status docker 1003 d 阅读全文

posted @ 2017-06-02 16:22 Jt00 阅读(239) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 下一页

导航