What role does a Dockerfile play in image creation?
It supplies the ordered instructions Docker uses to construct an image.
It is itself a continuously running container.
It stores every image layer in a remote registry.
It replaces the host operating system kernel.