Dockerfile for an image with jenkins and swift inside
This Dockerfile builds an image for that contains the latest version jenkins
and swift(DEVELOPMENT-SNAPSHOT-2016-07-25-a-ubuntu14.04
.
I have written this Dockerfile for using jenkins and CI/CD for swift projects without dealing with ephemeral docker swarm.
- Make sure docker is installed.
version 1.12
and later -
git clone git@github.com:wassimseif/Jenkins-And-swift.git && cdJenkins-And-swift
docker build -t jenkins-swift -f Dockerfile .
docker run --name jenkins-swift -d -p 8080:8080 jenkins-swift
- Head to
http://"your ip address":8080