Login
Remember
Register
Ask a Question
Which of the following is the syntax to inspect data volumes?
0
votes
asked
Jul 1, 2022
in
Docker
by
sharadyadav1986
Which of the following is the syntax to inspect data volumes?
a) docker inspect <volume_name>
b) docker volume inspect <volume_name>
c) docker volume inspect <container_name> <volume_name>
d) None of the options
docker
data-volume
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 1, 2022
by
sharadyadav1986
b) docker volume inspect <volume_name>
...