Quiz
In the following quiz, you will be tested on concepts you learned in this chapter.
Technical Quiz
1.
What are the two main components required to create a Docker image?
A.
docker build command & FROM instruction
B.
docker build command & Dockerfile file
C.
Dockerfile file & FROM instruction
D.
All of the above
E.
None of the above
1 / 12
Now that we ...