Difference between revisions of "Docker volume inspect"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 1: | Line 1: | ||
− | [[docker volume]] inspect | + | [[docker volume]] inspect MY_VOLUME_NAME |
+ | |||
+ | |||
+ | <pre> | ||
+ | docker volume inspect MY_VOLUME_NAME | ||
+ | [ | ||
+ | { | ||
+ | "CreatedAt": "2020-04-26T05:52:04Z", | ||
+ | "Driver": "local", | ||
+ | "Labels": {}, | ||
+ | "Mountpoint": "/var/lib/docker/volumes/MY_VOLUME_NAME/_data", | ||
+ | "Name": "MY_VOLUME_NAME", | ||
+ | "Options": {}, | ||
+ | "Scope": "local" | ||
+ | } | ||
+ | ] | ||
+ | </pre> | ||
+ | |||
== Related commands == | == Related commands == |
Revision as of 05:56, 26 April 2020
docker volume inspect MY_VOLUME_NAME
docker volume inspect MY_VOLUME_NAME [ { "CreatedAt": "2020-04-26T05:52:04Z", "Driver": "local", "Labels": {}, "Mountpoint": "/var/lib/docker/volumes/MY_VOLUME_NAME/_data", "Name": "MY_VOLUME_NAME", "Options": {}, "Scope": "local" } ]
Related commands
See also
Advertising: