Quiz
In the following quiz, you will be tested on concepts you learned in this chapter.
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
Question 1 of 120 attempted
Now that we know how to create our own images, in the next chapter we will learn how to publish them.
Learning More
Rationale for Publishing
Mark as Completed
Report an Issue