Jenkins image with the docker client installed for cases were you want to run docker commands from Jenkins but connect to a daemon running elsewhere (for example the same daemon running this container). The docker daemon is not running inside of the container.
1.7
latest
- Contains docker client 1.7
1.6
- Contains docker client 1.6.2
docker run -v /var/run/docker.sock:/var/run/docker.sock docker-jenkins-client
docker run -e DOCKER_HOST="tcp://10.10.10.10:2760" docker-jenkins-client
DOCKER_OPTS
- additional docker
command line arguments. e.g.
docker run -e DOCKER_OPTS="-l debug" -v /var/run/docker.sock:/var/run/docker.sock docker-jenkins-client