Skip to content

Yogendra0Sharma/docker-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Hello World

This repo creates a simple Hello World Docker image.

Build Docker image

docker image build -t arungupta/helloworld:1.0.0 .

Push Docker image

docker image push arungupta/helloworld:1.0.0

Run Docker container

docker container run -it -p 8080:8080 arungupta/helloworld:1.0.0

Invoke application

curl http://localhost:8080

About

Hello World Docker Image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%