/Building-Dockerfiles

This repository showcases various example projects that illustrate the effective utilization of Docker for diverse applications.

Primary LanguageJavaScript

Building-Dockerfiles

This repository contains several example projects demonstrating the use of Docker for different applications.

Prerequisites

Before you begin, ensure you have the following prerequisites:

  • Docker installed on your machine.

Learning How to build a Dockerfile

Projects

    • Dockerfile for a Flask application
    • requirements.txt file
    • src 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 files
    • public directory containing static files
    • src directory containing React source code
    • Readme
    • Dockerfile for a simple Go HTTP server
    • go.mod file for Go modules
    • go-server.exe binary executable
    • static directory containing static HTML files
    • Readme

General Repository Information

Feel free to explore each project for specific details on how Docker is configured for the respective applications.

Acknowledgments

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.