Skip to content

A docker container running flask python environment shows a good RESTful API example

Notifications You must be signed in to change notification settings

avtarbams/docker-REST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-REST

A docker container running flask python environment shows a good RESTful API example

Build the image using command: docker build -t flaskapp .

Run the Docker container using the command: docker run -d -p 5000:5000 flaskapp

We have used 5000 as Python works on this default port.

Video link: https://www.youtube.com/watch?v=0EVapl-W080

About

A docker container running flask python environment shows a good RESTful API example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published