Skip to content

malcolmrichardson/docker-flask-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-flask-practice

Web application to practice/demonstrate containerization w/ Docker & Flask.

Language(s):

  • Python
  • GO

Framework(s):

  • Flask

Installation/Setup

Run the below commands in your terminal / command line:

cd ...
git clone https://github.com/malcolmrichardson/docker-flask-practice.git
cd docker-flask-practice
docker image build -t docker-flask-tutorial
docker run -p 5000:5000 -d docker-flask-tutorial

Application runs on http://127.0.0.1:5000 / localhost:5000 by default. Enjoy and thank you!

Screenshot(s)/Image(s):

Screen Shot 2022-09-25 at 4 23 41 PM

About

Web application to practice/demonstrate containerization w/ Docker & Flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors