Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 842 Bytes

readme.md

File metadata and controls

38 lines (22 loc) · 842 Bytes

🚀 How to Use?

🐳 Docker Desktop

Follow these steps to run this project with Docker Desktop:

📥 1. Clone the Project

Clone the repository using Git or download the ZIP file, then open it in Visual Studio Code.

git clone https://github.com/bipre2466/hello-world-docker.git
cd hello-world-docker

or

  1. Download the ZIP file from GitHub.
  2. Extract it and open the folder in VS Code.

🛠 2. Build the Docker Image

In the VS Code terminal, run the following command to build the Docker image:

docker build -t hello-world-docker .

📌 Tip: You can copy this command directly by clicking on it!


🚀 3. Run the Image

Once the build is complete, run the image in Docker Desktop and enjoy the project (on localhost:8080) ! 🎉