A

Admin • 828.43K Points
Coach

Q. Which command would remove all stopped containers, networks not used by at least one container, and dangling images?

  • (A) docker-compose clean
  • (B) docker system prune
  • (C) docker-compose down
  • (D) docker-compose prune

Explanation by: Admin
`docker system prune` is a Docker command that removes unused data, including stopped containers and dangling images.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.