Skip to content

A simple docker image for host a localhost webserver with an hello world page.

Notifications You must be signed in to change notification settings

bipre2466/hello-world-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ 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) ! πŸŽ‰

About

A simple docker image for host a localhost webserver with an hello world page.

Resources

Stars

Watchers

Forks

Packages

No packages published