Skip to content

Commit 89ddad5

Browse files
authored
Update README.md
1 parent b966b38 commit 89ddad5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ lokal, personal, continous build enviroment (maybe in future releses I just call
99

1010
Bring up your own build environment ... just do a
1111
```
12-
https://github.com/Springjunky/docker-local-build-environment.git
12+
git clone https://github.com/Springjunky/docker-local-build-environment.git
1313
cd docker-local-build-environment
1414
docker-compose up -d
1515
docker-compose logs
1616
```
1717
open your favorite browser (_not_ at localhost, use http\://\<your-fq-hostname\>/jenkins
1818
to prevent jenkins spit out "your reverse proxy is wrong")
19-
and cut and paste the jenkins first startup access-token.
19+
and cut and paste the jenkins first startup access-token (see logfile of compose-startup).
2020

2121
### Ready !
2222

@@ -32,7 +32,8 @@ And _yes_ docker-plugin in jenkins works (docker in docker, usefull but not reco
3232

3333
### My next steps
3434

35-
* Pump up the Image with latest docker and ansible
35+
* Pump up the Image with latest docker, ansible, gitlab and Sonatype Nexus
3636
* move the personal DNS-Server outsite the docker-compose (ENV)
3737
* optimze Dockerfiles to use less number of layers during build
38+
*
3839

0 commit comments

Comments
 (0)