The current Docker guide is either missing or incomplete. Contributors must easily understand how to run the project using Docker.
Tasks:
- Add a clear explanation of what Docker is
- Add installation steps for Windows, Linux, and macOS
- Explain the structure of the Dockerfile in the repo
- Write commands for:
- docker build
- docker run
- docker ps
- docker stop
- docker exec -it bash
- Add a section for common errors & fixes
- Add an example workflow: “How to run this project in Docker”
- Add a diagram/image explaining the Docker workflow
- Link the Docker guide inside README.md
Goal:
Make the repository beginner-friendly for people who want to run the project in a Docker container.
The current Docker guide is either missing or incomplete. Contributors must easily understand how to run the project using Docker.
Tasks:
Goal:
Make the repository beginner-friendly for people who want to run the project in a Docker container.