Merge pull request #1202 from aanand/jenkins-script

WIP: Jenkins script
(cherry picked from commit 853ce255ea)
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-03-27 14:59:49 -07:00
commit 78227c3c06
6 changed files with 44 additions and 12 deletions

View file

@ -23,6 +23,9 @@ RUN set -ex; \
chmod +x /usr/local/bin/docker-$v; \
done
# Set the default Docker to be run
RUN ln -s /usr/local/bin/docker-1.3.3 /usr/local/bin/docker
RUN useradd -d /home/user -m -s /bin/bash user
WORKDIR /code/