rancher / convoy

A Docker volume plugin, managing persistent container volumes.
Apache License 2.0
1.31k stars 135 forks source link

Create not existing volume during docker run? #41

Closed pwFoo closed 8 years ago

pwFoo commented 9 years ago

At the moment the volume have to be created before "docker run" command? Should a not existing volume automatically created during docker run?

yasker commented 9 years ago

@pwFoo In fact you can just use "docker run" to create the volume. Everything would be set to default value in that case, and volume would be created with the specified volume name. It's supported from day one. If you have any issue with it please report a bug. :smile:

pwFoo commented 9 years ago

I tried to create new volumes via rancher-compose, but container creation / start failed. Created volumes manually first, re-run rancher-compose and all works fine.

I'll do some more tests ;)

pwFoo commented 8 years ago

I think it should work fine... Tested with a docker-compose files