docker-maven-plugin
                                
                                 docker-maven-plugin copied to clipboard
                                
                                    docker-maven-plugin copied to clipboard
                            
                            
                            
                        Support for VOLUME feature
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
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.
Great! Looking forward to the results.
Any progress on this? At the moment, it seems to be the only thing missing that I need.
No real progress yet. It was really hard before, will have to check the REST API again.