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>
...