πŸ“Š Docker
Q. Which command is used to view the Docker build history of an image?
  • (A) docker history
  • (B) docker inspect
  • (C) docker logs
  • (D) docker build history
πŸ’¬ Discuss
βœ… Correct Answer: (A) docker history

Explanation: The 'docker history' command displays the build history of a Docker image, including the layers and commands used.

Explanation by: Gopal Sharma
The 'docker history' command displays the build history of a Docker image, including the layers and commands used.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
112
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
87%
Success Rate