701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 24


Which of the following container names could have been assigned automatically by Docker?

Show Answer
Correct Answer: E

The default container names assigned by Docker are typically in the format of two words separated by an underscore, such as 'clever_ritchie'. Docker uses a combination of an adjective and the last name of a famous scientist or hacker to generate these names.

Discussion

4 comments
Sign in to comment
wo7andOption: E
Mar 8, 2022

E is correct

alex87Option: E
Feb 3, 2023

E is correct: https://agarwalrounak.medium.com/default-container-names-in-docker-15bdbf56b539

MJ06Option: D
Sep 7, 2021

"In the same way, a container’s hostname defaults to be the container’s ID in Docker. You can override the hostname using --hostname." Looks like the answer is D https://docs.docker.com/config/containers/container-networking/

PeixinhoOption: A
Apr 25, 2023

is A, follow the convention used by Docker to automatically assign names to containers, which is to use the prefix "docker-"