Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.
Search Docker Hub for images
docker search hello
docker pull hello-world
docker images
docker run hello-world