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>

Related questions

0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
...