File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- 🐳 ** Hello Docker**
1+ ** Hello Docker**
22A simple Dockerized Python App with CI/CD using GitHub Actions
33This 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```
99hello-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
2020Using Docker:
2121docker build -t hello-docker .
2222docker run hello-docker
2323
24- ✅ ** Sample Output:**
24+ ** Sample Output:**
2525Hello from inside a Docker container!
2626
2727---
2828
29- ⚙️ ** CI/CD with GitHub Actions**
29+ ** CI/CD with GitHub Actions**
3030
3131This project uses GitHub Actions for continuous integration.
3232
3333On 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
5353Build Docker image:
5454docker build -t hello-docker .
You can’t perform that action at this time.
0 commit comments