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
...