Exam DCA Topic 5 Question 20 Discussion
Actual exam question for Docker's DCA exam
Question #: 20
Topic #: 5
Question #: 20
Topic #: 5
Will this command display a list of volumes for a specific container?
Solution: docker volume logs nginx --containers'
Solution: docker volume logs nginx --containers'
Suggested Answer: B Vote an answer
Explanation
This command will not display a list of volumes for a specific container, because it has several syntax errors and invalid options. According to the official documentation, there is no such command as docker volume logs or such option as --containers.
References: https://docs.docker.com/engine/reference/commandline/volume/
This command will not display a list of volumes for a specific container, because it has several syntax errors and invalid options. According to the official documentation, there is no such command as docker volume logs or such option as --containers.
References: https://docs.docker.com/engine/reference/commandline/volume/
by Lyndon at Oct 31, 2025, 12:45 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).