Andrew McLagan has a new tutorial on scaling horizontally with docker.
Andrew goes through setting up a Docker container and a tool called Docker Compose, a tool enables us to start multiple Docker containers at once from a single configuration file, rather than starting each container individually.