Q. What is the purpose of the 'docker save' command?

  • (A) To save a Docker image as a tar archive
  • (B) To save a container's state
  • (C) To back up Docker volumes
  • (D) To export Docker logs
πŸ’¬ Discuss
βœ… 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'.
Explanation by: Vinay
The 'docker save' command saves a Docker image as a tar archive. For example, 'docker save -o my_image.tar my_image'.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
142
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vinay
Publisher
πŸ“ˆ
85%
Success Rate