/jenkins-build-on-docker-host

docker-compose to run builds via docker on the docker host (this can be a security issue!)

Primary LanguageJava

jenkins-build-on-docker-host

Runs a jenkins in docker (using docker-compose) that is able to run builds in docker containers.

This is done by accessing the host's docker socket. This can be a security issue!

For a production use you should you dind (docker-in-docker)!