- 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
-
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: