Skip to content

harik8/hello-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple containerized web app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published