This repository contains several example projects demonstrating the use of Docker for different applications.
Before you begin, ensure you have the following prerequisites:
- Docker installed on your machine.
-
- Dockerfile for a Flask application
requirements.txt
filesrc
directory containing Flask application code- Readme
-
- Dockerfile for a Node.js application
index.js
,package.json
,package-lock.json
files- Readme
-
- Dockerfile for a React application
package.json
,package-lock.json
filespublic
directory containing static filessrc
directory containing React source code- Readme
-
- Dockerfile for a simple Go HTTP server
go.mod
file for Go modulesgo-server.exe
binary executablestatic
directory containing static HTML files- Readme
Feel free to explore each project for specific details on how Docker is configured for the respective applications.
Special thanks to my teacher Sid Palas for their guidance, and to the Devops Directive YouTube channel for valuable insights into DevOps practices.
Thank you for the inspiration and educational content that has contributed to my growth as a developer and DevOps practitioner.