A

Admin • 36.93K 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

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.