[Avg. reading time: 1 minute]
What container does
It brings to us the ability to create applications without worrying about their environment.

- Docker turns “my machine” into the machine
- Docker is not a magic want.
- It only guarantees the environment is identical
- Correctness still depends on what you build and how you run it.