A

Admin • 833.24K Points
Coach

Q. Which command is used to remove all unused Docker images?

  • (A) docker image prune
  • (B) docker system prune
  • (C) docker clean images
  • (D) docker remove images
  • Correct Answer - Option(A)
  • Views: 29
  • Filed under category Docker
  • Hashtags:

Explanation by: Admin

The 'docker image prune' command removes all unused Docker images. Use the '-a' flag to remove all images, not just dangling ones.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.