Skip to content

Commit 4f54974

Browse files
committed
update
1 parent 09c552a commit 4f54974

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker/nginx.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,16 @@ registry_external_url 'http://192.168.188.211:5008'
137137

138138
重启 `Gitlab` 后,可以在 `Gitlab` 左侧面板看到 `Container Registry` 的菜单。
139139

140+
修改 `vim ~/.docker/daemon.json` 添加 `"192.168.188.211:5008"`
141+
142+
```js
143+
{
144+
"insecure-registries":[
145+
"192.168.188.211:5008"
146+
]
147+
}
148+
```
149+
140150
按照 gitlab 给出的提示,我们先登录上 gitlab 的 registry:
141151

142152
```bash

0 commit comments

Comments
 (0)