Skip to content

viralmodi/docker-helloworld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-helloworld

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 viralmodi/helloworld:latest

To run this image:

docker run -p 80:80/tcp "viralmodi/helloworld:latest"

Github link: https://github.com/viralmodi/docker-helloworld

About

A simple helloworld app for docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.6%
  • Dockerfile 20.9%
  • Shell 2.5%