Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 773 Bytes

File metadata and controls

29 lines (15 loc) · 773 Bytes

Docker_Task

Docker final task

In this task we have 3 sections:

  • Create a Python APP (Flask Based).
  • Dockerize the applications (Create Dockerfile).
  • Create a Jenkinsfile for CI/CD that creates and pushes the generated Docker image to Docker Hub.

✨Python APP- Features:

1- Presents the Current Bitcoin Price in USD.

2- Presents the Average Price for the last 10 minutes.

Run the app

use : "docker compose up -d"

now you can access the app using : http://localhost:8085/

113

Build with jenkins:

image