Dockerfile to build a Jenkins-slave container image. Use it with Jenkins Docker Plugin or to create a Jenkins slave including NodeJS.
This image provides access via SSH for user "jenkins". Using Jenkins Docker Plugin, there is no need to start this image by your self.
If you want to use it without Jenkins Docker Plugin create a container using:
docker run --name my-jenkins-slave pcvolkmer/jenkins-slave-nodejs
Based on official Node Docker image, this image contains OpenJDK 8 (to run Jenkins slave), Git, OpenSSH and a user named "jenkins" with password "jenkins".