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