Q. What is the purpose of the 'docker tag' command?
β
Correct Answer: (D)
To assign a version or tag to a Docker image
Explanation: The 'docker tag' command is used to assign a version or tag to a Docker image. For example, 'docker tag my_image:latest my_image:v1.0'.