Skip to content

danriti/gunicorn-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gunicorn-flask

This repository contains files necessary for building a Docker image of Gunicorn + Flask.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry:

docker pull danriti/gunicorn-flask

Docker Usage

docker run -d -P danriti/gunicorn-flask

After few seconds, open http://<host>:<port> to see the Flask app.

Marathon Usage

curl -X POST -H "Content-Type: application/json" http://<master>:<port>/v2/apps -d@marathon.json

Replace <master> and <port> with the IP address and port of your Marathon host.

About

Dockerfile for Gunicorn + Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages