DevOps
- • • •
-
Docker Getting Started with Docker Running Flask, RedisDB, and NGINX
Docker is a trending term nowadays. The concept is called container, which provides isolation for different applications and makes possible for the application to be shipped and run on a diversity of platforms.
In this tutorial, the basic concepts of Docker will be covered, some basic commands introduced, and finally a tutorial on how to deploy a Flask app connected to a Redis database and served on NGINX with docker network will be covered.