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

1 Answer

0 votes
by
b) docker volume inspect <volume_name>
...