Getting started with Docker

Docker is the de-facto standard in containerization. It allows you to create an environment that can easily be used for development, testing, and deployment minimizing the chances of problems that stem from the gap between these environments.

It also provides a much smoother path to onboard new engineers (developers, testers, anyone) as they don’t have to spend ages understanding and setting up their development environment.

Content

We’ll start from the beginning and we’ll see how far we can get in this material.

Remember, this is a workshop with hands-on experience. I’ll explain some stuff and then you get exercises to do.

Prerequisite: