The Jenkins slave used to generate ARMhero images. It uses the swarm plugin to communicate with the master. The image is inherit from armhero/raspbian.
You need to have the swarm plugin installed. Then you can run the slave like this:
docker run -v /var/run/docker.sock:/var/run/docker.sock \
-e JENKINS_MASTER=https://your-jenkins.example.com \
-e JENKINS_USERNAME=your_jenkins_user \
-e JENKINS_PASSWORD=your_jenkins_password
Content type
Image
Digest
Size
165.7 MB
Last updated
over 9 years ago
docker pull armhero/jenkins-slave