Images

An image is a set of layers as defined in the Dockerfile.

“An image is a lightweight, stand-alone, executable package that includes everything needed to run a piece of software, including the code, a runtime, libraries, environment variables, and config files.”

# Search for an image
$ docker search rocker

# Pull an image from the hub
$ docker pull rocker/shiny

# List local images
$ docker images