1. Docker Architecture
Docker uses 'Images' (blueprints) to create 'Containers' (running instances). It shares the Host OS kernel, making it lighter than VMs.
$ docker versionCheck Docker client and server version
$ docker infoDisplay system-wide information