Skip to content

Commit

Permalink
Merge pull request mesosphere-backup#8 from mesosphere/update-readme-…
Browse files Browse the repository at this point in the history
…for-release

Update version number.
  • Loading branch information
ssk2 authored Jun 11, 2016
2 parents 6d0bdef + d1b6705 commit 7859b31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Jenkins Docker-in-Docker Agent
[![Docker Stars](https://img.shields.io/docker/stars/mesosphere/jenkins-dind.svg)][docker-hub]
[![Docker Pulls](https://img.shields.io/docker/pulls/mesosphere/jenkins-dind.svg)][docker-hub]
[![Image Size](https://img.shields.io/imagelayers/image-size/mesosphere/jenkins-dind/0.3.0.svg)](https://imagelayers.io/?images=mesosphere/jenkins-dind:0.3.0)
[![Image Layers](https://img.shields.io/imagelayers/layers/mesosphere/jenkins-dind/0.3.0.svg)](https://imagelayers.io/?images=mesosphere/jenkins-dind:0.3.0)
[![Image Size](https://img.shields.io/imagelayers/image-size/mesosphere/jenkins-dind/0.3.1.svg)](https://imagelayers.io/?images=mesosphere/jenkins-dind:0.3.1)
[![Image Layers](https://img.shields.io/imagelayers/layers/mesosphere/jenkins-dind/0.3.1.svg)](https://imagelayers.io/?images=mesosphere/jenkins-dind:0.3.1)

A simple Docker image for running a Jenkins agent alongside its very
own Docker daemon. This is useful if you're trying to run Jenkins agents on a
Expand All @@ -17,7 +17,7 @@ For full documentation on how to use this Docker image, please refer to
Try it out locally by running the following command:

```bash
docker run --privileged mesosphere/jenkins-dind:0.3.0 \
docker run --privileged mesosphere/jenkins-dind:0.3.1 \
wrapper.sh "java -version && docker run hello-world"
```

Expand All @@ -42,7 +42,7 @@ Mesos plugin within the Jenkins master's `config.xml` follows:
<jnlpArgs/>
<containerInfo>
<type>DOCKER</type>
<dockerImage>mesosphere/jenkins-dind:0.3.0</dockerImage>
<dockerImage>mesosphere/jenkins-dind:0.3.1</dockerImage>
<networking>BRIDGE</networking>
<useCustomDockerCommandShell>true</useCustomDockerCommandShell>
<customDockerCommandShell>wrapper.sh</customDockerCommandShell>
Expand Down

0 comments on commit 7859b31

Please sign in to comment.