A Quiz on Docker Concepts

Let’s test your understanding of the Docker concepts covered so far.

We'll cover the following...

Chapter Quiz

1.

Which command pulls Docker images from a Docker registry?

A.

docker image pull [image_name]

B.

docker image pull ls [image_name]

C.

docker image download [image_name]

D.

docker image add [image_name]


1 / 3