Login
Remember
Register
Ask a Question
What is the purpose of Docker container prune?
0
votes
asked
Apr 18, 2024
in
Docker
by
rajeshsharma
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
docker
container
prune
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 18, 2024
by
rajeshsharma
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.
...