Docker builds images by reading the instructions from a Dockerfile. If you are not familiar with Dockerfile then please have a read on this link.
Docker images consist of read-only layers, each resulting from an instruction in the Dockerfile. Layers ...