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

A) To remove stopped containers 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 container prune is a command for removing stopped containers from the local Docker host. It can be useful for freeing up resources on the host and reducing clutter.

Related questions

0 votes
asked Apr 5, 2020 in Docker by ryan harris
0 votes
asked Apr 17 in Docker by rajeshsharma
...