A network engineer is creating a Docker container using the docker build command. If the engineer does not specify a tag, which tag will be used by default?
- tag
- latest
- (a blank space)
- default
Explanation: The first part, the repository, is usually the username of the account storing the image. Next is the image name, and then finally the optional tag. (Remember, if you do not specify it, it will come up as latest.)
Exam with this question: DevNet Associate Course Final Exam Answers
Please login or Register to submit your answer