Skip to content

Commit 07c7f22

Browse files
committed
catelog
1 parent fa4204f commit 07c7f22

15 files changed

+72
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
doc/video/docker20171122.mov
2+
mima.txt

05k8s(192.168.0.20)/01admin/01init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
# email:546711211@qq.com
33
# qq group:573283836
44

5+
#安装网络及常用工具
56
yum install wget -y
67
yum install -y telnet nmap curl tcping
78
yum install unzip -y
89
yum install traceroute -y
910
yum install mtr -y
1011

12+
#关掉防火墙
1113
systemctl stop firewalld.service
1214
systemctl disable firewalld.service
1315

05k8s(192.168.0.20)/01admin/09initdocker.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ for ip in $NODE_IPS ;do
3131
sleep 5
3232
done
3333

34-
35-
36-
37-
http://zhangwei:root@123@10.1.12.146/sirius/ts/server.git

doc/01springboot-docker-starter.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,30 @@
2626

2727
[Spring boot+docker 半自动化部署(三)、使用演示 ](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/03springboot-docker-demonate.md)
2828

29+
[Spring boot+docker 半自动化部署(四)、网络设计 ](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/04springboot-docker-net-design.md)
2930

31+
[Spring boot+docker 半自动化部署(五)、管理机的安装 ](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/05springboot-docker-admin-init.md)
3032

33+
[Spring boot+docker 半自动化部署(六)、免密及初始化每一台机器](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/06springboot-docker-ssl-init.md)
3134

35+
[Spring boot+docker 半自动化部署(七)、反向代理上网](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/07springboot-docker-autiproxy-net.md)
36+
37+
38+
[Spring boot+docker 半自动化部署(八)、mongodb的安装](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/08springboot-docker-mongodb.md)
39+
40+
41+
[Spring boot+docker 半自动化部署(九)、redis的安装](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/09springboot-docker-redis.md)
42+
43+
44+
[Spring boot+docker 半自动化部署(十)、consul的安装](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/10springboot-docker-consul.md)
45+
46+
47+
[Spring boot+docker 半自动化部署(十一)、consul-template的安装](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/11springboot-docker-consul-template.md)
48+
49+
50+
[Spring boot+docker 半自动化部署(十二)、测试连通程序的设计](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/12springboot-docker-echo-code.md)
51+
52+
53+
[Spring boot+docker 半自动化部署(十三)、一键发布的代码处理](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/13springboot-docker-auto.md)
54+
55+
[Spring boot+docker 半自动化部署(十四)、consul和docker的问题](https://github.com/mgicode/mgicode-k8s-shell/blob/master/doc/14springboot-docker-consul-question.md)

doc/05springboot-docker-admin-init.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Spring boot+docker 半自动化部署(五)、管理机的安装
2+
3+
管理机对于部署人员来讲是非常重要,是网络集群部署的中枢神经,通过它来联系和管理网络集群中的所有机器,发向指令,安装软件等等。它的权限也是众多,一般只能通过管理机登录到其它的机器上去。其它所有的机器的端口(除负载均衡)都不对外开放。
4+
5+
## 初始化环境
6+
7+
```
8+
9+
10+
```
11+
12+
13+
14+
## 安装Docker
15+
16+
17+
18+
19+
20+
21+
## 安装文件服务器
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
## 安装docker镜像库
33+
34+
35+
36+

doc/06springboot-docker-ssl-init.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Spring boot+docker 半自动化部署(六)、免密及初始化每一台机器
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Spring boot+docker 半自动化部署(七)、反向代理上网

doc/08springboot-docker-mongodb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Spring boot+docker 半自动化部署(八)、mongodb的安装

doc/09springboot-docker-redis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Spring boot+docker 半自动化部署(九)、redis的安装

doc/10springboot-docker-consul.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Spring boot+docker 半自动化部署(十)、consul的安装
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Spring boot+docker 半自动化部署(十一)、consul-template的安装

doc/12springboot-docker-echo-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Spring boot+docker 半自动化部署(十二)、测试连通程序的设计

doc/13springboot-docker-auto.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Spring boot+docker 半自动化部署(十三)、一键发布的代码处理
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Spring boot+docker 半自动化部署(十四)、consul和docker的问题

docs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)