This document introduces Zalenium, which is a dockerized Selenium Grid infrastructure that provides a flexible and easy to setup solution for running tests across multiple browsers and machines in parallel. Zalenium addresses common issues with maintaining a stable Selenium Grid by using docker containers to run browser instances so that the infrastructure is disposable and does not require as much maintenance. The document explains how to quickly install and start Zalenium with a single docker command and then point tests to the Zalenium hub to run across different browser capabilities on demand.