L226 / python-flask-docker-hello-world

Hello world Python Flask application Dockerized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Python Flask Dockerised API

Docker image

Note: it appears that Gunicorn does not work on ECS with an ALB. Possibly this.

Build

$ docker build -t api .

Run

$ docker run -it -p 2368:2368 api
$ curl http://localhost:2368
> "hello world"

About

Hello world Python Flask application Dockerized


Languages

Language:Python 100.0%