Sign inSign up

nexgtech/flask-demo-app

By nexgtech

Updated over 7 years ago

Image
0

172

nexgtech/flask-demo-app repository overview

Flask on Docker

A simple Python Flask application running in a Docker container.

Run the Application
$ python app.py

The app can be reached in your browser at http://localhost:8080/

Docker

Build
docker build -t nexgtech/flask-demo-app:latest .
Run
docker run -d --name app -p 8080:8080 nexgtech/flask-demo-app:latest
Cleanup
docker stop app

Tag summary

Content type

Image

Digest

Size

30.1 MB

Last updated

over 7 years ago

docker pull nexgtech/flask-demo-app