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?

IT Exam Items RepositoryCategory: DevNetA 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?

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

Related exam: DevNet Associate Course Final Exam Answers