Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 170 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 170 Bytes

Jenkins with Docker

Install

$ docker-machine create jenkins
$ docker-machine env jenkins
$ eval $(docker-machine env jenkins)
$ docker-compose up -d --build