What is Docker?
It separates applications from infrastructure using container technology, similar to how virtual machines separate the O/S from bare metal.
Why Docker?
Build any app in any language using any stack
Dockerised Apps can be run anywhere on anything
Unites Developers & Sysadmins in the fight against dependency demons.
The tutorial will give you an idea of the basic commands and its application.