I want to use the official jenkins docker image from here : https://github.com/jenkinsci/docker/tree/62de121e41ddd92ef34e9999162932334b05f0d7 and further customize it.
When i just launch a container with docker run -d -p 8080 jenkins
, it plays ok.
But when I download all the project and build it locally [as it is,without changing anything], when I launch a container it exits right after launch.
Am I doing something wrong???