Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lynn Lin committed Dec 30, 2017
1 parent 5c2e29d commit 1d4a019
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# create a docker images to run docker inside jenkins slave through docker plugin
#
FROM jenkins/ssh-slave
LABEL MAINTAINER="Lynn Lin <[email protected]>"
RUN apt-get update \
&& apt-get install -y curl
RUN curl -fsSL https://get.docker.com/ | sh
RUN usermod -a -G docker jenkins
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# jenkins-ssh-slave
# jenkins-ssh-slave
run docker inside jenkins slave built by docker cloud in Jenkins

0 comments on commit 1d4a019

Please sign in to comment.