We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0e9f3 commit 204e96bCopy full SHA for 204e96b
1 file changed
README.md
@@ -1,20 +1,9 @@
1
-# Simple Dockerized Python App
+# 🐳 Hello Docker
2
3
-This is a basic Python application that prints a message to the terminal, packaged inside a Docker container.
+A simple **Dockerized Python App** with CI/CD using **GitHub Actions**
4
+This project is designed to demonstrate the basics of containerization and automation in a DevOps workflow.
5
-## How to Run
6
+---
7
-1. Build the Docker image:
8
- ```
9
- docker build -t hello-docker .
10
+## 📁 Project Structure
11
12
-2. Run the container:
13
14
- docker run hello-docker
15
16
-
17
-Expected Output:
18
-```
19
-Hello from inside a Docker container!
20
0 commit comments