Coder Social home page Coder Social logo

docker-rpi-jenkins's Introduction

Jenkins Docker image for Raspberry Pi

A basic Jenkins image that's compatible with Raspberry Pi.

What is Jenkins?

Jenkins is an open source automation server written in Java. The project was forked from Hudson after a dispute with Oracle. Jenkins helps to automate the non-human part of the whole software development process, with now common things like continuous integration, but by further empowering teams to implement the technical part of a Continuous Delivery.

wikipedia.org/wiki/Jenkins_(software)

logo

Usage

docker run -p 9090:8080 -p 50000:50000 ghazanfar9131/docker-rpi-jenkins

This will store the workspace in /var/jenkins_home. All Jenkins data lives in there - including plugins and configuration. You will probably want to make that an explicit volume so you can manage it and attach to another container for upgrades :

docker run --name rpi-jenkins -d -p 9090:8080 -p 50000:50000 -v /var/jenkins_home:/var/jenkins_home ghazanfar9131/docker-rpi-jenkins

Initial Password.

Follow these to get the initial Password:

docker exec -it rpi-jenkins 'sh'
cat /var/jenkins_home/secrets/initialAdminPassword

this will automatically create a 'jenkins' volume on docker host, that will survive container stop/restart/deletion.


This image is available on GitHub & DockerHub.

docker-rpi-jenkins's People

Contributors

gajjucoderboi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.