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 22: | Line 22: | ||
== See also == | == See also == | ||
+ | * {{Docker inspect}} | ||
* {{Docker Volumes}} | * {{Docker Volumes}} | ||
[[Category:Docker]] | [[Category:Docker]] |
Revision as of 06:11, 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: