Skip to content

Commit 3adead3

Browse files
committed
Add troubleshooting
1 parent e9c988b commit 3adead3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,23 @@ use GitLab as a secured registry
130130
..
131131
And _yes_ docker-plugin in jenkins works (docker in docker, usefull but not recommended)
132132

133+
## Troubleshooting
134+
135+
In most cases a wrong DNS-Server causes trouble, to check this try the follwing.
136+
* log into the sonarcube container (with id)
137+
```
138+
docker container ls
139+
docker container exec -it <your id> bash
140+
ping google.de
141+
ping jenkins-fat
142+
```
143+
both ping must be work
144+
145+
* consider low memory
146+
with an amount lower than 8GB sonar and eleastic search did not startup
147+
148+
149+
133150

134151
### My next steps
135152

0 commit comments

Comments
 (0)