Knowledge becomes wisdom...

The things that I am trying out during my learning stage

Latest posts

Docker jenkins

Creating Jenkins docker container on our host machine, Ref: https://hub.docker.com/r/jenkins/jenkins Ref: https://github.com/jenkinsci/docker/blob/master/README.md $ docker run -p 8080:8080 -p 50000:50000 -d -v...