Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the purpose of Docker container prune?
Home
Docker
What is the purpose of Docker container prune?
0
votes
asked
Apr 18
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
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.
...