What does the Dockerfile contain?
a) Compiled source code
b) Docker images
c) Binary data
d) Instructions for building a Docker image
Explanation:
A Dockerfile is a text file that contains the instructions for how to build a Docker image from a base image.