Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 713 Bytes

File metadata and controls

23 lines (16 loc) · 713 Bytes

CI DOCKER PULLS

The hello-docker is a containerized web app, which serves a simple html page as shown above in the image. It's useful for learning and testing purposes.

Usage

  • Docker

docker run -p 8080:80 harik8/hello-docker

  • Kubernetes

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