Efficient management Python projects dependencies with Docker
A guide to managing Python project dependencies within Docker containers, comparing methods like using distro packages and virtualenv.
A guide to managing Python project dependencies within Docker containers, comparing methods like using distro packages and virtualenv.
A technical overview of Flynn, an open-source Platform-as-a-Service (PaaS) built on Docker, covering its architecture and core components.
A guide to securing the Docker API by using SSL certificates and socat for encrypted, authenticated remote connections.
A tutorial on learning Docker by setting it up on an Ubuntu virtual machine in Windows Azure, covering installation and basic container usage.
A guide explaining how to manually configure Docker's network bridge to assign containers IPs from a specific, non-default address range.
Explains how to access and gather CPU, memory, I/O, and network usage metrics from Linux control groups (cgroups) for LXC and Docker containers.
A guide to making Python application deployments less painful, covering tools, best practices, and workflows from a 2013 talk.