Skip to content

Commit 640e347

Browse files
committed
2 parents 04a8043 + cddc23f commit 640e347

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
My personal solution is a local Build Environment with Jenkins, Gitlab / Gitlabrunner, (Sonar) and Nexus; ready in a few minutes.
66
Your own lokal, personal, continous build enviroment (maybe in future releases I just call it lpcbe).
77

8-
# This is NOT for any cluster (Swarm / Kubernetes)
8+
#### This is NOT for any cluster (Swarm / Kubernetes)
99

1010
### System requirements
1111
* At least 8GB Memory with 3GB Swap and 10GB Disk-Space
@@ -34,14 +34,12 @@ Now you are ready to go with a little CI/CD Environment:
3434
Nexus http://<your-host-name>/nexus
3535
Gitlab http://<your-host-name>/gitlab
3636
in the next Release: Sonar http://<your-host-name>/sonar
37-
38-
3937
```
4038
#### Security
4139
... not really, its all http .. don't worry about it! It's only local communication
4240

4341
##### security paranoia
44-
All the exposed ports are reachable from outer world because docker creates and deletes dynamically iptables FORWARD rules with default policy ACCEPT on startup / shutdown containers wich have exported ports.
42+
All the exposed ports are reachable from outer world because docker creates and deletes dynamically iptables FORWARD rules with default policy ACCEPT on startup/shutdown containers wich have exported ports.
4543

4644
To deny acccess from outer world the DOCKER-USER Chain (since docker 17.06) ist the medium of choice for your own rules (this is the first target in the FORWARD-Chain and never touched by docker).
4745

@@ -98,8 +96,8 @@ echo "See logs with prefix DCKR-EXT-ACCESS-DENY:"
9896

9997
* MAVEN_HOME is /opt/maven
10098
* JAVA_HOME is /usr/lib/jvm/java-8-openjdk-amd64
101-
* Blue Ocean is installed and works perfect with a GitHUB Account, not GitLab ... sorry, this is Jenkins.
102-
You need to be logged as a jenkins-user in to use Blue Ocean
99+
* Blue Ocean is installed if you choose (M)uch mor plugins and works perfect with a GitHUB Account, not GitLab ... sorry, this is Jenkins.
100+
You need to be logged as a jenkins-user to use Blue Ocean
103101

104102
### Giltab
105103

@@ -151,7 +149,6 @@ every ping must work, if not, check extra_hosts in compose-file
151149
* too many plugins to download:
152150
You can do an "pre download of the plugins", see the readme.md at jenkins-fat direcory
153151

154-
Docker-Networing insider docker-compose causes the parameter
155152

156153
### My next steps
157154

@@ -160,8 +157,9 @@ Docker-Networing insider docker-compose causes the parameter
160157
* ~~install docker-compose~~
161158
* ~~install ansible~~
162159
* ~~apply a gitlab runner~~
160+
* ~~apply git-lfs~~
163161
* apply sonar
164-
* apply git-lfs
162+
* apply a better registry
165163

166164

167165

0 commit comments

Comments
 (0)