docker-maven-plugin icon indicating copy to clipboard operation
docker-maven-plugin copied to clipboard

Support for VOLUME feature

Open ejfdebruijn opened this issue 9 years ago • 4 comments

Hi Wouter,

I really like your docker-maven-plugin, however the lack of the VOLUME feature in the plugin is the only thing I miss. Can you tell me if in some other way it is possible to make a docker directory accessible from outside the container? Or do you think this feature will be available soon?

E

ejfdebruijn avatar Dec 14 '14 19:12 ejfdebruijn

Hi!

This should be fairly straight-forward to implement, because it's part of the docker API. Not sure if it will work with boot2docker though, the current CLI might do some magic to make that work. I'll have a look tomorrow and see if I can get it working.

wouterd avatar Dec 14 '14 20:12 wouterd

Great! Looking forward to the results.

ejfdebruijn avatar Dec 16 '14 15:12 ejfdebruijn

Any progress on this? At the moment, it seems to be the only thing missing that I need.

udalrich avatar Jan 19 '16 19:01 udalrich

No real progress yet. It was really hard before, will have to check the REST API again.

wouterd avatar Feb 14 '16 23:02 wouterd