Thanks to visit codestin.com
Credit goes to github.com

Skip to content

venkatn087/pythonapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Simple Python Helloworld app using docker

Build the image using the following command

docker build -t pythonapp:v1 .

Run the Docker container using the command shown below.

docker run -it -p 80:5000 --name myapp pythonapp:v1

The application will be accessible at

http://<host_ip>:80

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.4%
  • Dockerfile 49.6%