1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:25 +02:00

update jenkins

This commit is contained in:
kev 2016-05-03 20:38:01 +08:00
parent f3435e9649
commit bc430cea03

View File

@ -29,6 +29,7 @@ $ cd ~/fig/jenkins
$ mkdir -p data
$ sudo chown 1000 data
$ docker-compose up -d
$ docker-compose exec --user root jenkins apk add -U git
$ docker-compose exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword
$ firefox http://localhost:8080/
```