Timeline for answer to Docker compose external volume path by Fiber Optic
Current License: CC BY-SA 4.0
Post Revisions
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 27, 2020 at 8:43 | comment | added | szabozoltan |
It works for me fine, with the data named volume: docker volume inspect data [ { "CreatedAt": "2020-05-27T08:38:01Z", "Driver": "local", "Labels": {}, "Mountpoint": "/var/lib/docker/volumes/data/_data", "Name": "data", "Options": null, "Scope": "local" } ] There is a /var/lib/docker/volumes/metadata.db, which should contain the further information... :-)
|
|
| Jan 1, 2020 at 7:23 | history | edited | J. Scott Elblein | CC BY-SA 4.0 |
Code formatting
|
| Nov 24, 2017 at 21:09 | comment | added | ramiwi | Inspect gives me a guest path - "Mountpoint": "/var/lib/docker/volumes/data/_data" but I dont see the host windows path there | |
| Nov 24, 2017 at 20:54 | comment | added | Fiber Optic | As said in the 2nd post, create an external volume before trying to "link" it. | |
| Nov 24, 2017 at 20:45 | comment | added | ramiwi | I`m getting an error trying to create external volume (ERROR: Volume data declared as external, but could not be found). stackoverflow.com/questions/47479767/… | |
| Nov 23, 2017 at 8:25 | comment | added | Fiber Optic | Did you inspect it? | |
| Nov 22, 2017 at 23:13 | history | answered | Fiber Optic | CC BY-SA 3.0 |