Ram

Lesson 1 of 6

Why Docker?

Understand the consistency problem containers solve.

Docker packages an application and its runtime requirements into a repeatable container image.

That makes development, testing and deployment environments more consistent across machines.

Example

docker --version

Practice challenge

Write one sentence explaining the 'works on my machine' problem.

Next