Skip to content

Instantly share code, notes, and snippets.

@cromark
Last active January 6, 2016 20:07
Show Gist options
  • Save cromark/39234784826529a5a784 to your computer and use it in GitHub Desktop.
Save cromark/39234784826529a5a784 to your computer and use it in GitHub Desktop.
{
"container": {
"type": "DOCKER",
"docker": {
"network": "HOST",
"image": "registry.marathon.mesos:5000/jenkins-dockerclient:${BUILD_NUMBER}"
},
"volumes": [
{
"containerPath": "/var/run/docker.sock",
"hostPath": "/var/run/docker.sock",
"mode": "RO"
}
]
},
"id": "swarm-dockerclient",
"cpus": 0.5,
"mem": 1028,
"env": {
"USERNAME": "${FOO}",
"PASSWORD": "PASSWORD_goes_here",
"MASTER": "http://ci.marathon.mesos:8182",
"LABELS": "dockerclient"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment