This Docker image serves a simple "Hello, World!" HTML page using the Nginx web server.
42
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.
Run a Docker container:
docker run -d -p 8080:80 rajasardar/hello-world-html:v1.0
Access the "Hello, World!" page in a web browser at http://localhost:8080
Content type
Image
Digest
sha256:29ec705d5…
Size
16.8 MB
Last updated
almost 3 years ago
docker pull rajasardar/hello-world-html:v1.0