This repository contains beginner-friendly Docker projects. Each project is designed to help understand the basics of Docker, from creating a simple containerized web application to working with Docker Compose for multi-container applications.
- Hello World Docker App - A simple Nginx web server in a Docker container, serving a basic HTML page.
- Multi-Container App with Docker Compose - An example of using Docker Compose to manage multiple containers, such as a web server and a database.
Each project has its own folder with instructions on how to build and run the Docker containers. To start, simply navigate into the project folder and follow the steps provided.
- Docker installed on your local machine or access to a web-based environment like GitHub Codespaces.
- Basic familiarity with the command line.