Which of the following container names could have been assigned automatically by Docker?
Which of the following container names could have been assigned automatically by Docker?
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.
E is correct
E is correct: https://agarwalrounak.medium.com/default-container-names-in-docker-15bdbf56b539
"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/
is A, follow the convention used by Docker to automatically assign names to containers, which is to use the prefix "docker-"