Skip to content

Containerization with Docker

Why build a whole server when all you need is a room? That’s the old way. We’re moving to the future: digital LEGOs, a.k.a. Docker. You’ll take an application and seal it inside its own magic, portable box (a container) using a Dockerfile as the instruction manual. Then, with Docker Compose, you’ll learn how to snap multiple boxes together (like a WordPress box and a Database box) to create awesome, self-contained masterpieces that run anywhere.