Skip to content

Commit 96483f8

Browse files
authored
Update README.md
1 parent f6322df commit 96483f8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
🐳 **Hello Docker**
1+
**Hello Docker**
22
A simple Dockerized Python App with CI/CD using GitHub Actions
33
This project is designed to demonstrate the basics of containerization and automation in a DevOps workflow.
44

55
---
66

7-
📁 **Project Structure**
7+
**Project Structure**
88
```
99
hello-docker/
1010
├── app.py # Simple Python script
@@ -15,31 +15,31 @@ hello-docker/
1515

1616
---
1717

18-
🚀 **How to Run the App**
18+
**How to Run the App**
1919

2020
Using Docker:
2121
docker build -t hello-docker .
2222
docker run hello-docker
2323

24-
**Sample Output:**
24+
**Sample Output:**
2525
Hello from inside a Docker container!
2626

2727
---
2828

29-
⚙️ **CI/CD with GitHub Actions**
29+
**CI/CD with GitHub Actions**
3030

3131
This project uses GitHub Actions for continuous integration.
3232

3333
On every push or pull request to the `main` branch:
34-
- Code is checked out
35-
- 🐍 Python 3.10 is set up
36-
- ▶️ Python script (`app.py`) is executed
34+
- Code is checked out
35+
- Python 3.10 is set up
36+
- Python script (`app.py`) is executed
3737

38-
💡 You can view the status and logs in the **Actions** tab of this repository.
38+
You can view the status and logs in the **Actions** tab of this repository.
3939

4040
---
4141

42-
📚 **What I Learned**
42+
**What I Learned**
4343

4444
- Docker basics: writing a Dockerfile, building and running containers
4545
- Using GitHub Actions for CI pipelines
@@ -48,7 +48,7 @@ On every push or pull request to the `main` branch:
4848

4949
---
5050

51-
🔗 **Useful Commands**
51+
**Useful Commands**
5252

5353
Build Docker image:
5454
docker build -t hello-docker .

0 commit comments

Comments
 (0)