https://github.com/aa-nadim/install-jenkins-docker
https://github.com/aa-nadim/install-jenkins-docker
ci-cd docker jenkins
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aa-nadim/install-jenkins-docker
- Owner: aa-nadim
- Created: 2025-01-24T05:28:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T21:24:08.000Z (4 months ago)
- Last Synced: 2025-02-03T02:06:32.790Z (4 months ago)
- Topics: ci-cd, docker, jenkins
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOps Container Workflow
```bash
docker build -t my-jenkins .
docker compose up -d
```## Jenkins and Flask Docker Setup
This project demonstrates how to set up Jenkins and deploy a Flask application using Docker.
### Prerequisites
- Docker and Docker Compose installed.
- Jenkins installed as a container.### Steps
**Access Jenkins**:
- Open your browser and go to `http://localhost:8080`.
- Retrieve the admin password: `docker exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword` , `cat /var/jenkins_home/secrets/initialAdminPassword`
- Unlock Jenkins using the initial admin password found in the Jenkins container logs.
- Install the suggested plugins.
- Create an admin user.