Follow these steps to run this project with Docker Desktop:
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
- Download the ZIP file from GitHub.
- Extract it and open the folder in VS Code.
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!
Once the build is complete, run the image in Docker Desktop and enjoy the project (on localhost:8080) ! π