Skip to content

Welcome to the Docker Learnings Repository! This Repository contains all the Source Code and resources needed to learn how to Dockerize various applications, including a MERN application, React application, Vite application, and Next.js app.

Notifications You must be signed in to change notification settings

ShivankK26/Docker-Learnings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Learnings

Welcome to the Docker Learnings Repository! This Repository contains all the Source Code and resources needed to learn how to Dockerize various applications, including a MERN application, React application, Vite application, and Next.js app.

Table of Contents

Introduction

This Repository is Designed to help you learn Docker by providing Practical examples of Dockerizing different types of applications. Each Project folder contains the necessary Docker Configuration files and a step-by-step guide to help you Understand the Process.

Prerequisites

Before you begin, make sure you have the following installed:

Getting Started

  1. Clone the repository:

    git clone https://github.com/ShivankK26/Docker-Learnings.git
  2. Follow the instructions in each project folder to learn how to Dockerize the specific application.

Project Structure

The repository is organized into the following directories:

  • hello-docker/: Contains the Source Code and Docker configuration for a JavaScript application. -mern-docker/: Contains the Source Code and Docker Configuration for a MERN application.
  • next-docker/: Contains the Source Code and Docker Configuration for a Next.js application.
  • react-docker/: Contains the Source Code and Docker Configuration for a React application.
  • vite-project/: Contains the Source Code and Docker Configuration for a Vite Project.

Dockerizing Applications

JavaScript Application

The hello-docker directory contains a JavaScript application. Follow the steps below to dockerize it:

  1. Navigate to the hello-docker directory:
    cd hello-docker

MERN Application

The mern-docker directory contains a full-stack MERN application. Follow the steps below to dockerize it:

  1. Navigate to the mern-docker directory:
    cd mern-docker

React Application

The react-docker directory contains a React application. Follow the steps below to dockerize it:

  1. Navigate to the react-docker directory:
    cd react-docker

Vite Application

The vite-project directory contains a Vite application. Follow the steps below to dockerize it:

  1. Navigate to the vite-project directory:
    cd vite-project

Next.js Application

The next-docker directory contains a Next.js application. Follow the steps below to dockerize it:

  1. Navigate to the next-docker directory:
    cd next-docker

Resources

Here are some additional resources to help you learn Docker:

About

Welcome to the Docker Learnings Repository! This Repository contains all the Source Code and resources needed to learn how to Dockerize various applications, including a MERN application, React application, Vite application, and Next.js app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published