From b19d00d2e7e423b1775deb8c45759f5611fb89d2 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 12 Nov 2018 12:24:46 -0700 Subject: Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index be27b71..5b92cb5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # docker-helloworld A very simple dockerized `nc` webserver for testing docker setups. + +I use this image when I need a docker image in place for testing infrastructure. + +To run the image on port 8000: + +``` +$ docker run -d --name thornycrackers_helloworld -p 8000:8000 thornycrackers/helloworld +``` + +Then you can browse to `localhost:8000` or curl it see it's output. -- cgit v1.2.3