Skip to content

navlok-mishra/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone the repo

git clone git@github.com:innovolt/hello-world.git

Create docker image with name hello-world

cd hello-world
docker build -t hello-world .

Run docker container hello-world

docker run hello-world

cURL to test the server

curl http://127.0.0.1:5000

About

Hello-world program using flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages