Skip to content

Commit 204e96b

Browse files
author
Syntax-Vibe-Amir
authored
Add detailed documentation to README.md
update README with full project info
1 parent 7b0e9f3 commit 204e96b

1 file changed

Lines changed: 5 additions & 16 deletions

File tree

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
# Simple Dockerized Python App
1+
# 🐳 Hello Docker
22

3-
This is a basic Python application that prints a message to the terminal, packaged inside a Docker container.
3+
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.
45

5-
## How to Run
6+
---
67

7-
1. Build the Docker image:
8-
```
9-
docker build -t hello-docker .
10-
```
8+
## 📁 Project Structure
119

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

Comments
 (0)