Sign inSign up

chrishsec/hello-nginx

By chrishsec

โ€ขUpdated about 1 year ago

Simple Nginx container that serves a Hello World HTML page on port 8080.

Image
Web servers
0

53

chrishsec/hello-nginx repository overview

โ ๐Ÿ“ฆ Hello World Nginx (Docker)

A basic Docker container using Nginx to serve a static Hello World web page.


โ ๐Ÿงช How to Run

docker run -d -p 8080:80 chrishsec/hello-nginx

Open in browser:
๐Ÿ‘‰ http://localhost:8080


โ ๐Ÿ“„ What It Does

  • Uses nginx:alpine
  • Serves index.html with "Hello World from Docker + Nginx!"

Tag summary

Content type

Image

Digest

sha256:9ea2befc2โ€ฆ

Size

21.4 MB

Last updated

about 1 year ago

docker pull chrishsec/hello-nginx