0 votes
in Docker by
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

1 Answer

0 votes
by
c) docker inspect <container_name>

Related questions

0 votes
asked Aug 19, 2022 in GoLang by john ganales
0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
...