Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ali-middleware-5-sync
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
ali-middleware-5-sync
Commits
18ba848d
There was an error fetching the commit references. Please try again later.
Commit
18ba848d
authored
5 years ago
by
middlewarerace2019
Browse files
Options
Downloads
Patches
Plain Diff
update FAQ
parent
caa89f05
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
FAQ.md
+6
-1
6 additions, 1 deletion
FAQ.md
with
6 additions
and
1 deletion
FAQ.md
+
6
−
1
View file @
18ba848d
...
...
@@ -38,4 +38,9 @@
```shell
tail -f /root/runtime/logs/stdout.log /root/runtime/logs/service-consumer.log
```
如果有连接 provider 不成功的错误,一般是由于 provider 的 url 配置不对或 host 没配置,修改 localhost/127.0.0.1 等地址为真实ip即可修复
\ No newline at end of file
如果有连接 provider 不成功的错误,一般是由于 provider 的 url 配置不对或 host 没配置,修改 localhost/127.0.0.1 等地址为真实ip即可修复
## 02. 配置了自己的代码仓库,使用评测脚本进行镜像构建时报 "Host key verification failed"
构建镜像时,需要从阿里云仓库 clone 代码,如果自己的代码仓库是 private的,需要在 dockerfile 中配置能够下载代码的 ssh 私钥。
配置方式可参考
[
build-docker-image-clone-private-repo-ssh-key/
](
https://vsupalov.com/build-docker-image-clone-private-repo-ssh-key/
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment