This repository was created as part of my journey to learn and practice Docker. It contains various Docker configurations for different project setups, helping to containerize and run development environments efficiently.
- hello-docker: Basic Docker setup for practicing.
- mern-docker: Docker configuration for a MERN stack.
- next-docker: Next.js Docker setup.
- react-docker: Docker setup for React projects.
- vite-project: Docker environment for Vite projects.
- Docker
- React, Next.js
- Node.js, Express, MongoDB
- Vite
- Clone the repository:
git clone https://github.com/Ankit8125/Cooking-Docker.git cd Cooking-Docker
- Navigate to the specific project folder.
- Run the Docker containers using:
docker-compose up --build
This repository was built for hands-on learning and experimentation with Docker.