0 votes
in Docker by

What does the Dockerfile contain?

a) Compiled source code

b) Docker images

c) Binary data

d) Instructions for building a Docker image

1 Answer

0 votes
by

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.

...