A simple helloworld app for docker. One of the most popular helloworld docker containers https://hub.docker.com/r/karthequian/helloworld
Find a file
2025-09-12 14:53:46 -04:00
.github/workflows Update .github/workflows/test-runner.yml 2025-09-12 14:53:46 -04:00
deployment.yml K8s deployment YAML 2018-05-18 13:00:58 -05:00
Dockerfile adds a container id to the demo 2019-03-13 15:54:57 -05:00
index.html Update index.html 2021-01-23 19:45:39 -06:00
License.md updated year on license 2020-06-24 11:52:57 -05:00
nginx.conf Writing errors to stdout 2017-10-15 18:47:36 -05:00
README.md Update README.md 2025-09-12 14:29:26 -04:00
runner.sh adds a container id to the demo 2019-03-13 15:54:57 -05:00
SECURITY.md create security.md 2020-06-25 10:44:49 -05:00

docker-helloworld

Docker Pulls Automated Builds Build Status

A simple helloworld app for docker

A simple nginx helloworld application that helps you learn docker image pulls. Runs on port :80

To pull this image:

docker pull git.stickynick3l.net/richard/docker-helloworld:latest

To run this image:

docker run -p 80:80/tcp "git.stickynick3l.net/richard/docker-helloworld:latest"

Dockerhub link: https://git.stickynick3l.net/richard/docker-helloworld

Github link: https://git.stickynick3l.net/richard/docker-helloworld