Hi Nirmal, That looks promising!
To add it to the jclouds-labs project just move the "docker" folder to the jclouds-labs repo (in the root), and change the groupId to "org.apache.jclouds.labs" and the parent to: <parent> <groupId>org.apache.jclouds.labs</groupId> <artifactId>jclouds-labs</artifactId> <version>1.8.0-SNAPSHOT</version> </parent> Also, you should format the project according to the jclouds style guide: 120 line length and 3 space indent. Great job! On 4 February 2014 17:06, Nirmal Fernando <[email protected]> wrote: > Hi Devs, > > Please find the initial version hosted in my Github repository: > https://github.com/nirmal070125/jclouds-nirmal/tree/master/apis/docker > > Please can someone guide me on how to port this to jclouds-labs? > > Thanks. > > > On Sat, Jan 18, 2014 at 12:09 AM, Andrew Bayer <[email protected]>wrote: > >> I would be insanely excited to see this and get it into labs! >> >> A. >> >> >> On Fri, Jan 17, 2014 at 5:30 AM, Everett Toews >> <[email protected]>wrote: >> >> > +1 >> > >> > On Jan 17, 2014, at 12:52 AM, Ignasi Barrera wrote: >> > >> > > I'd love to see this in labs! >> > > El 17/01/2014 05:00, "Nirmal Fernando" <[email protected]> escribió: >> > > >> > >> Hi Andrew, >> > >> >> > >> >> > >> On Fri, Jan 17, 2014 at 9:27 AM, Andrew Phillips < >> [email protected] >> > >>> wrote: >> > >> >> > >>> I've implemented the basic jClouds API for Docker (Lxc) [1] in last >> day >> > >> or >> > >>>> so. Now I could create, start, stop LXC containers using jClouds. >> And >> > >> [2] >> > >>>> is a tiny demonstration on the test carried out. >> > >>>> >> > >>> >> > >>> Do you have the code somewhere to look at? >> > >> >> > >> >> > >> Will host it soon, in my repo and let you know. >> > >> >> > >> >> > >>> Is this so far the "native" docker API, or have you implemented >> > >>> ComputeService on top of docker? >> > >> >> > >> >> > >> I've implemented the ComputeService on top of Docker APIs. >> > >> >> > >>> Curious! >> > >>> >> > >>> My guess would be that this initially would be a good contribution to >> > >>> jclouds-labs, and then on to jclouds core from there, depending on >> how >> > it >> > >>> evolves. >> > >> >> > >> >> > >> Yes, my thought was also to move to jclouds-labs. >> > >> >> > >> >> > >>> But obviously interested in seeing some more discussion around that. >> > >>> >> > >>> Thanks, Nirmal! >> > >>> >> > >>> ap >> > >>> >> > >> >> > >> >> > >> >> > >> -- >> > >> >> > >> Thanks & regards, >> > >> Nirmal >> > >> >> > >> Senior Software Engineer- Platform Technologies Team, WSO2 Inc. >> > >> Mobile: +94715779733 >> > >> Blog: http://nirmalfdo.blogspot.com/ >> > >> >> > >> > >> > > > > -- > > Thanks & regards, > Nirmal > > Senior Software Engineer- Platform Technologies Team, WSO2 Inc. > Mobile: +94715779733 > Blog: http://nirmalfdo.blogspot.com/
