Difference between revisions of "Docker volume inspect"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 2: | Line 2: | ||
− | + | ||
− | docker volume inspect MY_VOLUME_NAME | + | docker volume inspect MY_VOLUME_NAME |
− | [ | + | [ |
{ | { | ||
"CreatedAt": "2020-04-26T05:52:04Z", | "CreatedAt": "2020-04-26T05:52:04Z", | ||
Line 14: | Line 14: | ||
"Scope": "local" | "Scope": "local" | ||
} | } | ||
− | ] | + | ] |
− | |||
Revision as of 09:34, 23 June 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
docker inspect
docker volume ls
docker system df -v
(Include size of the volume)
See also
Advertising: