Simple Nginx container that serves a Hello World HTML page on port 8080.
53
A basic Docker container using Nginx to serve a static Hello World web page.
docker run -d -p 8080:80 chrishsec/hello-nginx
Open in browser:
๐ http://localhost:8080
index.html with "Hello World from Docker + Nginx!"Content type
Image
Digest
sha256:9ea2befc2โฆ
Size
21.4 MB
Last updated
about 1 year ago
docker pull chrishsec/hello-nginx