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