1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update jenkins

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

@ -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/
```