Skip to content

aburnett/docker-jenkins-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Tags

1.7 latest - Contains docker client 1.7

1.6 - Contains docker client 1.6.2

Usage

Using a unix socket

docker run -v /var/run/docker.sock:/var/run/docker.sock docker-jenkins-client

Using a remote docker host

docker run -e DOCKER_HOST="tcp://10.10.10.10:2760" docker-jenkins-client

Environment Variables

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

About

A Jenkins docker image for connecting to an outside docker host

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages