Skip to content

Flask App in a Container to print number of views and hostname

Notifications You must be signed in to change notification settings

thestrid3r/HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • A Flask web app running in docker using redis to count the view and print hostname of container

  • To build and run the server after cloning the repo use:

docker-compose up --build -d
        or
docker-compose up --build
  • dockerhub image
https://hub.docker.com/r/thestrider/helloworld/