Home »
MCQs »
Docker MCQs
To save up space and eliminate any unnecessary volumes which of the command is used?
26. To save up space and eliminate any unnecessary volumes which of the command is used?
- docker volume delete
- docker volume remove_all
- docker volume rm
- docker volume prune
Answer: D) docker volume prune
Explanation:
docker volume prune command is used to save up space and eliminate any unnecessary volumes.