Dockerizing Django
From good old hosts to containers
I plan on writing more about automation for web applications, but as I just finished with my first attempt at dockerizing a Django stack, I wanted to share my progress.
Most of Zinibu is currently running off Amazon Web Services with a few EC2 instances and I manage most of the configuration and deployment with SaltStack, which I enjoy using, but I intend to switch to a container-based setup with Docker to bring my local development environment closer to what’s on production.
I’ll be happy to answer any of your questions.