Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 947 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 947 Bytes

Jenkins docker container

image

Usage:

requirement:

  • Install docker
  • These instructions assume that you are already familiar with Jenkins; this is only a simple way on how to start a Jenkins docker container

starting the contatiner

  • clone this repo

    $ git clone https://github.com/LukaLmelias/Jenkins.git
    
  • Enter into the Jenkins directory.

    $ cd Jenkins
    
  • Run docker compose

    $ docker compose up 
    
  • Now you can open your favourite browser and access Jenkins UI at port 8080 ; you can paste the url below on your browser

    http://localhost:8080/
    
  • If all went well you should see a login page like shown below:

    image