Basic Dockerfile quiz. Follow up quiz part of the Introduction to Docker blog post series part 4.


Question 1

Correct Answers: 1/3

What is a Dockerfile?


Question 2

Correct Answers: 1/3

How to build a Dockerfile?


Question 3

Correct Answers: 1/2

Docker image is created with a series of read-only layers and layer in docker represents instructions on the Dockerfile of the image.


Question 4

Correct Answers: 1/4

Docker can build images automatically by reading the instructions from:


Question 5

Correct Answers: 1/4

What does the FROM instruction do in a Dockerfile?


Question 6

Correct Answers: 1/4

What does the COPY instruction do in a Dockerfile?


Finish Quiz