Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 448 Bytes

hello-docker Build Status

hello-docker is a sample docker app. Which can be used for container tests. It builds a simple html web page on top of nginx. Images are available in dockerhub.

Docker usage

docker pull harik8/hello-docker

Kubernetes usage

kubectl run hello-docker --image=harik8/hello-docker --restart=Never