更新图片接口
This commit is contained in:
parent
b5a4053817
commit
cc0e3763be
18
gitlab/centos搭建gitlab.md
Normal file
18
gitlab/centos搭建gitlab.md
Normal file
@ -0,0 +1,18 @@
|
||||
## centos 安装 gitlab
|
||||
|
||||
### 准备工作
|
||||
|
||||
#### 机器信息
|
||||
|
||||
- gitlab 4H8G,IP 192.168.123.131
|
||||
- gitlab-runner 4H4G,IP192.168.123.132
|
||||
- web-server 4H4G,ip 192.168.123.133
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#### 安装docker
|
||||
|
||||
参照 [centos 安装 docker.md](..\centos 安装 docker.md) 安装好DOCKER
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
## 二、ssh免密登录原理
|
||||
|
||||

|
||||

|
||||
|
||||
- 如果host1希望免密登录host2,那么密钥对是host1发布的。
|
||||
- 让host2信任host1的公钥,host1即可免密登录host2。所以host1需要将自己的公钥,在host2服务器上保存一份(复制密钥)
|
||||
@ -109,4 +109,3 @@ chmod 600 ~/.ssh/authorized_keys;
|
||||
|
||||
> 字母歌-kafka修炼之道
|
||||
> https://www.kancloud.cn/hanxt/kafka/2588987
|
||||
>
|
Loading…
x
Reference in New Issue
Block a user