b0ddu / sample-docker-python-flask-app

sample-docker-python-flask-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

**Simple Python Flask App hosted on Github. **
Pushed using Github Action : https://github.com/sankeerthb/sample-docker-python-flask-app

**Run Local: **
docker run --pull always -p 80:80 sankeerthboddu/python-flask:latest

Sample Output :
Unable to find image 'sankeerthboddu/python-flask:latest' locally latest: Pulling from sankeerthboddu/python-flask 9e3ea8720c6d: Pull complete fe9f5cfcf49b: Pull complete Digest: sha256:a10b7138728dca5829ff36eb510aa414a1df56eaec623a9d47dd91fc63ee695b Status: Downloaded newer image for sankeerthboddu/python-flask:latest Serving Flask app 'python-flask-app'
Debug mode: off WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
Running on all addresses (0.0.0.0)
Running on http://127.0.0.1:80
Running on http://172.17.0.2:80 Press CTRL+C to quit 172.17.0.1 - - [09/May/2023 01:11:35] "GET / HTTP/1.1" 200 - 172.17.0.1 - - [09/May/2023 01:11:36] "GET /favicon.ico HTTP/1.1" 404 -

**Sample UI: **
Hello dfEnvName! Hostname: b332

About

sample-docker-python-flask-app


Languages

Language:Dockerfile 61.3%Language:Python 38.7%