[
https://issues.apache.org/jira/browse/CAMEL-7834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179558#comment-14179558
]
ASF GitHub Bot commented on CAMEL-7834:
---------------------------------------
GitHub user sabre1041 opened a pull request:
https://github.com/apache/camel/pull/306
CAMEL-7834 - Camel Docker Component
Created a Docker component for Camel. Includes the functionality requested
in [CAMEL-7834](https://issues.apache.org/jira/browse/CAMEL-7834) to consume
events and includes the majority of the functionality as documented in the
[Docker Remote API](https://docs.docker.com/reference/api/docker_remote_api/)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sabre1041/camel CAMEL-7834
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/306.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #306
----
commit 6f6ffe3c50a951d44edcac5e56c53831f541cfd2
Author: Andrew Block <[email protected]>
Date: 2014-10-22T04:11:09Z
Add camel-docker component
----
> create a docker events endpoint
> -------------------------------
>
> Key: CAMEL-7834
> URL: https://issues.apache.org/jira/browse/CAMEL-7834
> Project: Camel
> Issue Type: New Feature
> Reporter: james strachan
>
> Docker provides a REST API to query events (for containers starting and
> stopping etc):
> https://docs.docker.com/reference/api/docker_remote_api_v1.14/#monitor-dockers-events
> it'd be nice to support a simple camel component to make it easier to consume
> docker events; with the events available as a JSON String or as a POJO
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)