“Docker is Inception for Linux”, is how I like to put it when it comes to explaining docker. Cause docker is exactly like this, a Linux inside a Linux sharing the host kernel. For any compassionate Linux user, can learn docker in a matter of days. In this article, I will discuss dockerizing a complete Django app in a production environment (Nginx, PostgreSQL, and Gunicorn) with docker-compose. So, let’s begin-

Tux and Docker by —  kyohei ito

Fulfilling the prerequisite

  • Installing docker
  • Installing docker-compose

#nginx #docker #postgres #django #python

Dockerize Django with Nginx and PostgreSQL
2.20 GEEK