Valid 701-100 Dumps shared by ExamDiscuss.com for Helping Passing 701-100 Exam! ExamDiscuss.com now offer the newest 701-100 exam dumps, the ExamDiscuss.com 701-100 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 701-100 dumps with Test Engine here:
If a Dockerfile references the container's base image without a specific version tag, which tag of that image is used to create the container?
Correct Answer: A
In Docker, if you reference an image without specifying a tag, Docker assumes the tag to be latest. The latest tag is used as the default tag for the most recent stable version of the image. References: * Docker Documentation - Images