Q. What is the purpose of the 'docker save' command?
β
Correct Answer: (A)
To save a Docker image as a tar archive
Explanation: The 'docker save' command saves a Docker image as a tar archive. For example, 'docker save -o my_image.tar my_image'.