Docker

Docker

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

pull

docker pull hello-world

images

docker images

run

docker run hello-world