I am trying to get a Camel-Docker route working.  The beginning of my
simple route is (I have a valid IP Address listed in the route):

from("docker://info?host=IP_ADDRESS&port=2375").to("log:info");

And I get the following error:

*info is not a valid consumer operation*

Are there any other tutorials or documentation I can look at to figure out
why the "info" operation is not valid?

Thanks,
Mark

Reply via email to