Sign inSign up

rajasardar/hello-world-html

By rajasardar

Updated almost 3 years ago

This Docker image serves a simple "Hello, World!" HTML page using the Nginx web server.

Image
0

42

rajasardar/hello-world-html repository overview

Hello World HTML Page with Nginx Server

Description

This Docker image serves a simple "Hello, World!" HTML page using the Nginx web server. It's a basic demonstration of Dockerizing a static HTML page with minimal dependencies.

Key Features

  • Displays "Hello, World!" message
  • Utilizes Nginx web server
  • Provides a starting point for beginners learning about Docker and web serving

Usage

  1. Run a Docker container:

    docker run -d -p 8080:80 rajasardar/hello-world-html:v1.0
    
  2. Access the "Hello, World!" page in a web browser at http://localhost:8080

GitHub Repository

Link to GitHub Repository

Tag summary

Content type

Image

Digest

sha256:29ec705d5

Size

16.8 MB

Last updated

almost 3 years ago

docker pull rajasardar/hello-world-html:v1.0