Hi Alan, Thanks for the feedback. I have sent a pull request (created from a separate branch) which has the docker test fixes. With this the unit tests works out of the box. Right now docker activity test has inspect image.(implementation support many including create/start etc). I will be adding tests to cover each one by one soon.
On Fri, Jun 24, 2016 at 7:01 AM, Alan Williams <[email protected]> wrote: > On 24-Jun-16 06:58, Nadeesh Dilanga wrote: > >> Hi all, >> > > Hello > > Yes, SSL issue also went away. When I point cert path in docker-java it >> picks it up without any concern. >> > > Great. > > At the moment the cert-path in TestDockerCommands is hard-coded with > values like "/Users/Nadeesh/Documents/docker/" . In order for other people > to run it, you need to change these. > > I sent a pull request with latest code changes. And now the >> RemoteClient(Utility client for docker commands) supports >> - Inspect an Image >> - Search Images >> - List all Containers >> - Create Container >> - Start Container >> - Stop Container >> >> >> Pulling an Image is also supported, not implemented yet. Will do that >> also. >> And obviously we can keep adding more capability. And in the activity >> plugin execute, I am expecting an input "action" and based on it's value I >> am executing the docker commands and putting a JSON String as output. For >> errors, It is a error message. >> > > OK. We can look at the execution once we are able to do the container and > image :) > > Please let me know your feedback on how I can further improve the code >> base/structure. I will be keep adding remaining docker command support for >> RemoteClient as well as Activity. >> > > Good work. > > Alan > >
