azaa1/jenkins

By azaa1

Updated over 5 years ago

Jenkins 2.168

Image
0

54

Running the container

Step 1: Run Container

To run the container:

docker run -d --name jenkins -p 8080:8080 azaa1/jenkins
Step 2: Open Jenkins

Open browser and enter :

localhost:8080    

OR

public_ip_of_server:8080
Step 3: Unlock Jenkins

To get the Administrator Password:

docker exec -it jenkins cat /root/.jenkins/secrets/initialAdminPassword

Docker Pull Command

docker pull azaa1/jenkins