Skip to content

archanpatkar/FlaskService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskService

A Flask boiler-plate microservice on Docker


Getting Started

Requires Docker Assumes know how of docker and docker cli

1. Open Command Prompt / Terminal

2. execute docker pull archanpatkar/flaskservice

3. execute docker run -d -p 8081:80 flaskservice

4. execute docker container ls to check if running

5. Go to Browser and type https://localhost:8081/

If you follow the steps correctly flaskservice will be up and running

Releases

No releases published

Packages

No packages published

Languages