Skip to content

bobbybabu007/gke-python-flask-sample-application

 
 

Repository files navigation

Python Flask Dockerized Application

Build the image using the following command

$ docker build -t simple-flask-app:latest .

Run the Docker container using the command shown below.

$ docker container run -d -p 5000:5000 simple-flask-app

The application will be accessible at http:127.0.0.1:5000 or if you are using bonot2docker then first find ip address using $ boot2docker ip and the use the ip http://<host_ip>:5000

About

Hello world Python Flask application Dockerized

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Go Template 83.7%
  • Python 11.0%
  • Dockerfile 5.3%