docker basic to advance what is docker ? docker is a tool that enables developers to create deploy and run applications in containers containers are light wight . why containers are light wight ? 1. shared os kernel 2. fast startup times 3. the layered file system Docker architecture