MatchbookLab / local-persist

Create named local volumes that persist in the location(s) you want
MIT License
852 stars 123 forks source link

Update Dockerfile to fix issue #33 #34

Closed tdobrovolny closed 8 years ago

tdobrovolny commented 8 years ago

Create /var/lib/docker directory required for persistent storage of volume data and fix issue #33

CWSpear commented 8 years ago

Took this and slightly changed it in 0a4d264d2ebce59171cf116b3df8aac90c93a92f: I wanted it to create the full directory for clearer-ness, and so that you can create a volume connecting to it at start up (and it will already exist for sure).

Also wanted to move where it was in the Dockerfile.

Thank you for your contribution!