0 votes
in Docker by
What is the purpose of Docker image prune?

A) To remove unused images from the local Docker host

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by

Solution:A

Explanation: Docker image prune is a command for removing unused images from the local Docker host. It can be useful for freeing up disk space and reducing clutter on the host.

Related questions

0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
0 votes
asked Apr 23 in Docker by john ganales
...