MatchbookLab / local-persist

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

How to create local volume to a fix size? #22

Closed lettrung99 closed 8 years ago

lettrung99 commented 8 years ago

Hi,

How do I tell local-persist to create a volume of certain size?

Thanks

CWSpear commented 8 years ago

You don't, it's just a regular Docker Volume, but allows you to specify where on your local drive it goes. The normal Docker Volume rules (of which I don't know on the top of my head) apply.