ClusterHQ / powerstrip-flocker

Portable volumes using just the Docker CLI
Apache License 2.0
46 stars 5 forks source link

Path implementation #7

Closed lukemarsden closed 9 years ago

lukemarsden commented 9 years ago

Pass flocker path back to Docker in docker inspect:

    "Volumes": {
        "/data": "/flocker/d7c4fa4f-fc7f-4fbd-babd-d4cc1fee7eb1.default.e5e72380-b96f-4e24-9ffe-f57866191062"
    },
lukemarsden commented 9 years ago

LGTM and appears to work.