Beginner
Docker & Containers
Q33 / 100
What is the purpose of "docker tag"?
Correct! Well done.
Incorrect.
The correct answer is A) To create a new, additional name (tag) referencing an existing image
A
Correct Answer
To create a new, additional name (tag) referencing an existing image
Explanation
"docker tag <source> <target>" creates an additional reference to the same image, often used before pushing to a specific registry/repository.
Progress
33/100