Category: Data, Ubuntu, Docker

This tutorial covers simple steps to build and deploy a Flask application using Docker on Ubuntu 18.04. The sample application process data stored in a JSON file format and displayed on the browser.

Step Write Python code to process JSON file data and flush out output to index.html.

Step 1 through 5 setup code and configuration of a Flask application on docker.

Related Articles