From 69264147642dde85fd07f52ba9ef712085c35c9e Mon Sep 17 00:00:00 2001 From: Sk Sofiquee Fiaz Date: Mon, 21 Oct 2024 02:11:02 +0530 Subject: [PATCH] Update README.md - docker instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 80813d8..79b164e 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,22 @@ The project utilizes a synthetic dataset representing various celestial bodies a - Efficiency Index - Distance from Earth (Million km) +## Docker Setup Instructions + +1. Install [Docker](https://docs.docker.com/get-docker/) on your machine. +2. Windows user - Install [WSL](https://learn.microsoft.com/en-us/windows/wsl/install/) (Ubuntu-22.04). + ``` + wsl --install -d Ubuntu-22.04 + ``` +4. Run the application using Docker Compose: + ```PowerShell + docker-compose up + ``` +5. To stop the application: + ```PowerShell + docker-compose down + ``` + ## 💻 Installation & Usage 1. Clone the repository: