Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.
In my journey 2, i am playing docker to deploy kencleng application using python django REST framework with docker stack (docker swarm must be activated first, please read about that here https://docs.docker.com/get-started/p...) or compose.
I realize that this journey is not fully optimzed and auto deploy, just share to me to improve this python deployment.
Images used:
1. nginx:latest
2. custom image python:3.5